]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ClashingClass.scl
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / ClashingClass.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ClashingClass.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ClashingClass.scl
deleted file mode 100644 (file)
index dee1e8d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-\r
-class A a where\r
-    foo :: a\r
-    \r
-class A a where\r
-    bar :: a\r
---\r
-5:1-6:13: Class A has already been defined in this module.
\ No newline at end of file