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%2FForall1.scl;h=e543d19cceb92512363dcdca681a8165f39a8088;hp=32e51a716ec592552eb9e7ed22b8e77b067c689f;hb=HEAD;hpb=d70b5f7a4cdeea05c7526560303feffeb03596b0 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl index 32e51a716..e543d19cc 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl @@ -1,8 +1,8 @@ - -id :: forall a. a -> a - // ^ not usually needed, but we test just that this is possible -id x = x - -main = id (3 :: Integer) --- + +id :: forall a. a -> a + // ^ not usually needed, but we test just that this is possible +id x = x + +main = id (3 :: Integer) +-- 3 \ No newline at end of file