]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoInstance.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoInstance.scl
index 4bc5cabba3c6ce7de17368229296a19682971e39..74529f19960f2ab289fd77754ef0ed199dc35ade 100644 (file)
@@ -1,9 +1,9 @@
-\r
-class Foo a where\r
-    foo :: a\r
-\r
-x :: Double\r
-x = foo\r
-\r
---\r
+
+class Foo a where
+    foo :: a
+
+x :: Double
+x = foo
+
+--
 6:5-6:8: Constraint <Foo Double> is not given and cannot be derived.
\ No newline at end of file