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%2FBigFunction.scl;h=d57dae6f675a2b44aff037a6be6e188f0613f57c;hp=102bc1d7ec904c9173a20bd6390625b8f1e6c8a6;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BigFunction.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BigFunction.scl index 102bc1d7e..d57dae6f6 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BigFunction.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BigFunction.scl @@ -1,7 +1,7 @@ -import "Prelude" - -f a b c d e f g h = a + b + c + d + e + f + g + h - -main = (id f) 1 2 3 4 5 6 7 8 --- +import "Prelude" + +f a b c d e f g h = a + b + c + d + e + f + g + h + +main = (id f) 1 2 3 4 5 6 7 8 +-- 36 \ No newline at end of file