]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeOf1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeOf1.scl
index 933a29b7902001879f4d703f9c8bb7bfca976619..12c0180ddee323cab311c4564bccfba30f8a42a2 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = typeOf (\(a,b) -> a+b :: Double)\r
---\r
+import "Prelude"
+
+main = typeOf (\(a,b) -> a+b :: Double)
+--
 (Double, Double) -> Double
\ No newline at end of file