]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingData.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ClashingData.scl
index 60245db0755b67beb396fe83bc710930d4d380e7..023421172f559843ce154f592990e53526206305 100644 (file)
@@ -1,5 +1,5 @@
-\r
-data A = A\r
-data A = B\r
---\r
+
+data A = A
+data A = B
+--
 3:1-3:11: Type A has already been defined in this module.
\ No newline at end of file