]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/EmptyLet.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / EmptyLet.scl
index 68c662378360f52bce14a4fc31c8d1c39e199d93..fa9d9f639ffe4c2ed36d43cd93c60d84ddea45d1 100644 (file)
@@ -1,9 +1,9 @@
-import "Prelude"\r
-\r
-ex1 = let in 1\r
-ex2 = let {} in 2\r
-ex3 = let {a=3} in a \r
-\r
-main = ex1 + ex2 + ex3\r
---\r
+import "Prelude"
+
+ex1 = let in 1
+ex2 = let {} in 2
+ex3 = let {a=3} in a 
+
+main = ex1 + ex2 + ex3
+--
 6
\ No newline at end of file