]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongInstanceMethod.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / WrongInstanceMethod.scl
index 2cdc4e86b1c0212820adb3b70fd4ece87f846f99..ffbd7aaf2ffdc9a328bb5c4b29638e7dc0afb3bb 100644 (file)
@@ -1,11 +1,11 @@
-\r
-class Foo a where\r
-    foo :: a\r
-    \r
-instance Foo Integer where\r
-    foo = foo\r
-    bar = foo\r
-    \r
-main = "Not to be executed."\r
---\r
+
+class Foo a where
+    foo :: a
+    
+instance Foo Integer where
+    foo = foo
+    bar = foo
+    
+main = "Not to be executed."
+--
 7:5-7:14: Method bar is not defined in the type class Foo.
\ No newline at end of file