X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FRecursiveValues2.scl;h=252e7ccfafeaf1cc0ccd74b440cdff67cafcde26;hb=fad36d463b75c3a9944d875fc627c3533f6da74d;hp=7291bb9904b3b01348f3f96021d471911ff9cf0f;hpb=06718abb2b3cc780748553811c4857c165499809;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl index 7291bb990..252e7ccfa 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues2.scl @@ -1,5 +1,5 @@ -f g = a - where - a = g a --- -3:11-3:12: Couldn't resolve variable a. \ No newline at end of file +f g = a + where + a = g a +-- +3:11-3:12: Couldn't resolve a. \ No newline at end of file