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=e81fd508b4bd4c392bf6bb3a5f4e0384ceb5de1a;hb=231cb7ec03fff167dcd2b01a5a60a57e2fc2df7c;hp=7291bb9904b3b01348f3f96021d471911ff9cf0f;hpb=5930811a7911090a0c4984380c3b45ed81a93cde;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..e81fd508b 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 --- +f g = a + where + a = g a +-- 3:11-3:12: Couldn't resolve variable a. \ No newline at end of file