]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoDefinitionErrorMessage.scl
1 // Idea of this test is that the missing definition should only cause\r
2 // one error message pointing to the type declaration.\r
3 a :: Double\r
4 b :: Double\r
5 b = a\r
6 --\r
7 3:1-3:12: a is not defined.