]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoInstance2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoInstance2.scl
index 9490a822dc0c7b0dff4507d9b157ceea536d31f3..5cb013e89e00d7785ae226a990e5250085393e9c 100644 (file)
@@ -1,10 +1,10 @@
-\r
-class Foo a where\r
-    foo :: a\r
-\r
-y :: Double\r
-y = y\r
-    \r
-x = if True then foo else y\r
---\r
+
+class Foo a where
+    foo :: a
+
+y :: Double
+y = y
+    
+x = if True then foo else y
+--
 8:18-8:21: There is no instance for <Foo Double>.
\ No newline at end of file