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