]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedVariable2.scl
8fddcf679c2e2d1cd07a44dad3f54abd97610f6a
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / UnresolvedVariable2.scl
1
2 a = a
3 b = b
4 c = a + b
5
6 --
7 4:7-4:8: Couldn't resolve variable +.