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%2FListSyntax4.scl;h=e64d22dded04da6f8e07c58a69394f164633a2df;hb=1aa531775d5221775a583fb13f35332dfff8aae8;hp=a95063523d1b185346944fdebaafa2992e70c4a3;hpb=f8576d4d2b3b30d76db552d624fc9f087b8940bd;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl index a95063523..e64d22dde 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl @@ -1,6 +1,6 @@ -import "Prelude" - -main :: [Integer] -main = [y | x <- [1..3], y = x+4] --- +import "Prelude" + +main :: [Integer] +main = [y | x <- [1..3], y = x+4] +-- [5, 6, 7] \ No newline at end of file