]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingValueType.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ClashingValueType.scl
index d248d20f24515cbda3d6ffc3cddeada9304264df..3748398e876347d360c8a83cb261dec4a613cb0a 100644 (file)
@@ -1,6 +1,6 @@
-\r
-id :: Integer -> Integer\r
-id :: Double -> Double\r
-id x = x\r
---\r
+
+id :: Integer -> Integer
+id :: Double -> Double
+id x = x
+--
 3:1-3:23: Type of id has already been declared in this module.
\ No newline at end of file