]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/UnresolvedVariable2.scl
List the unsatisfied dependencies in CanvasContext
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / UnresolvedVariable2.scl
1 \r
2 a = a\r
3 b = b\r
4 c = a + b\r
5 \r
6 --\r
7 4:7-4:8: Couldn't resolve variable +.