]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidKinds.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidKinds.scl
index a18c062ee9a22785d55edb66b69c0c02e55c5593..31835c96d1e04d1305731761a089a0e538f93b46 100644 (file)
@@ -1,7 +1,7 @@
-\r
-data List a = Nil | Cons a (List a)\r
-\r
-foo :: List\r
-foo = foo\r
---\r
+
+data List a = Nil | Cons a (List a)
+
+foo :: List
+foo = foo
+--
 4:8-4:12: Expected a type with kind * but got * -> *.
\ No newline at end of file