X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FLocalDefinitions4.scl;h=614b0dc2f66295ebea4ab9605b82cfc1a5b5bc19;hp=fe07e4742ee874048b0dddad5e20efe756ebe9ba;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=d70b5f7a4cdeea05c7526560303feffeb03596b0 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl index fe07e4742..614b0dc2f 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl @@ -1,8 +1,8 @@ - -first p = x - where - (x,y) = p - -main = first (3 :: Integer,4 :: Integer) --- + +first p = x + where + (x,y) = p + +main = first (3 :: Integer,4 :: Integer) +-- 3 \ No newline at end of file