]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingMethod.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / MissingMethod.scl
index d5b1b27f8a618125f9421dd67bb0403714465689..3ab595f90a2522302e6d050c31555fd801185ae1 100644 (file)
@@ -1,12 +1,12 @@
-class FooBar a where\r
-    foo :: a -> a\r
-    bar :: a -> a\r
-    \r
-instance FooBar Integer where\r
-    foo x = x\r
-\r
-main = "Not to be executed."\r
---\r
-5:1-6:14: Method bar is not defined.\r
-    \r
-\r
+class FooBar a where
+    foo :: a -> a
+    bar :: a -> a
+    
+instance FooBar Integer where
+    foo x = x
+
+main = "Not to be executed."
+--
+5:1-6:14: Method bar is not defined.
+    
+