]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidClass1.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 / InvalidClass1.scl
index 796f92c291aa767e9e27a8cb826087b17377c663..65fa1806b8fe1b494daf14a0fc5684af7d987a75 100644 (file)
@@ -1,4 +1,4 @@
-class Foo a where\r
-    infix 3 (+)\r
---\r
+class Foo a where
+    infix 3 (+)
+--
 2:5-2:16: Invalid declaration under class definition.    
\ No newline at end of file