]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeAnnotation1.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 / TypeAnnotation1.scl
index 5ba565f12ae297933e1ef88824b996e8c25e4347..0ba3ad009ad4b42dd096dc235908ef4eca0b61f5 100644 (file)
@@ -1,5 +1,5 @@
-id x = x :: Integer\r
-\r
-main = id "foo"\r
---\r
+id x = x :: Integer
+
+main = id "foo"
+--
 3:11-3:16: Expected <Integer> got <String>.
\ No newline at end of file