]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ConstructorNameClash.scl
index 52826a5389f8884bb0071114d6209ab44dc13c39..6261943961d45efdfc09f532994827c74dfe4c31 100644 (file)
@@ -1,7 +1,7 @@
-\r
-data Vec2 = Vec2 Double Double\r
-data Vec3 = Vec2 Double Double Double\r
-\r
-main = "Not to be executed."\r
---\r
+
+data Vec2 = Vec2 Double Double
+data Vec3 = Vec2 Double Double Double
+
+main = "Not to be executed."
+--
 3:13-3:38: Value Vec2 is already defined.
\ No newline at end of file