]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl
e81fd508b4bd4c392bf6bb3a5f4e0384ceb5de1a
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / RecursiveValues2.scl
1 f g = a
2   where 
3     a = g a
4 --
5 3:11-3:12: Couldn't resolve variable a.