]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingClass.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 / ClashingClass.scl
index dee1e8d4349d86f57a0337657fb4578c314ae967..ea74ad5fb166377b1644c09c564d2927dae30e98 100644 (file)
@@ -1,8 +1,8 @@
-\r
-class A a where\r
-    foo :: a\r
-    \r
-class A a where\r
-    bar :: a\r
---\r
+
+class A a where
+    foo :: a
+    
+class A a where
+    bar :: a
+--
 5:1-6:13: Class A has already been defined in this module.
\ No newline at end of file