]> gerrit.simantics Code Review - simantics/platform.git/blob - NoDefinitionErrorMessage.scl
b65d747e8222b6bcacad4571973d8dadfb79d54f
[simantics/platform.git] / 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.