]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/SharedTypeVariable.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / SharedTypeVariable.scl
index 19fd565e3b7940634d395e1e72638c5bae15e958..3898fee2ade79f62304bd4a40a656072457c197d 100644 (file)
@@ -1,8 +1,8 @@
-// Idea here is that the type variable in the top level type annotation\r
-// and the type annotation in the expression should be the same type.\r
-id :: a -> a\r
-id x = (x :: a)\r
-\r
-main = id "OK"\r
---\r
+// Idea here is that the type variable in the top level type annotation
+// and the type annotation in the expression should be the same type.
+id :: a -> a
+id x = (x :: a)
+
+main = id "OK"
+--
 OK
\ No newline at end of file