]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListError2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListError2.scl
index 135e2704b7f7df5f5ece26bd5a732be67998454f..98787769cafd069721ad2d0e37063f2b28c3a67b 100644 (file)
@@ -1,7 +1,7 @@
-a :: Integer\r
-a = a\r
-\r
-main :: [Integer]\r
-main = [x | x <- a]\r
---\r
+a :: Integer
+a = a
+
+main :: [Integer]
+main = [x | x <- a]
+--
 5:18-5:19: Expected <[a]> got <Integer>.
\ No newline at end of file