]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl
Fixed multiple issues causing dangling references to discarded queries
[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
2 // one error message pointing to the type declaration.
3 a :: Double
4 b :: Double
5 b = a
6 --
7 3:1-3:12: a is not defined.