]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedClass.scl
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / UnresolvedClass.scl
diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedClass.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedClass.scl
new file mode 100644 (file)
index 0000000..0e1765c
--- /dev/null
@@ -0,0 +1,8 @@
+\r
+data List a = Nil | Cons a (List a)\r
+\r
+instance Monoid List where\r
+    zero = Nil\r
+    \r
+--\r
+4:10-4:16: Couldn't resolve class Monoid.
\ No newline at end of file