]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidKinds3.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 / InvalidKinds3.scl
index 445dd7ead6ffeed09f99f5cde9d77f63745adc99..5e9042913981f5f3a389aaa854e4eebe364d2045 100644 (file)
@@ -1,5 +1,5 @@
-\r
-data List a = Nil | Cons a List\r
-\r
---\r
+
+data List a = Nil | Cons a List
+
+--
 2:28-2:32: Expected a type with kind * but got ?a -> *.
\ No newline at end of file