]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl
(refs #6924) Support for record field access syntax.
[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 a.