]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidTypeClassInstance1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidTypeClassInstance1.scl
index 8860c3b01a3d31149f9c17ec020e9d08d4ec9e16..009046f244f5637c16255d55d8248d9135bc59e0 100644 (file)
@@ -1,9 +1,9 @@
-\r
-class Foo a where\r
-    foo :: a -> Integer\r
-    \r
-instance Foo Long where\r
-    foo x = x\r
-        \r
---\r
+
+class Foo a where
+    foo :: a -> Integer
+    
+instance Foo Long where
+    foo x = x
+        
+--
 6:13-6:14: Expected <Integer> got <Long>.
\ No newline at end of file