]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeAnnotation2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeAnnotation2.scl
index ab855f8dcb92e8558c3d714815fc88c24750257b..26794b65e971654010b2d0c74add93c02a3adb81 100644 (file)
@@ -1,5 +1,5 @@
-id (x :: Integer) = x\r
-\r
-main = id "foo"\r
---\r
+id (x :: Integer) = x
+
+main = id "foo"
+--
 3:11-3:16: Expected <Integer> got <String>.
\ No newline at end of file