]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListError1.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListError1.scl
index 0fece992cd4ecf186678d8d2647868ba99e1bc6a..f50fb0a9ad3643eafab30346855b011325fd2deb 100644 (file)
@@ -1,7 +1,7 @@
-a :: [Integer]\r
-a = a\r
-\r
-main :: [Double]\r
-main = [x | x <- a]\r
---\r
+a :: [Integer]
+a = a
+
+main :: [Double]
+main = [x | x <- a]
+--
 5:9-5:10: Expected <Double> got <Integer>.
\ No newline at end of file