]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RepeatedVariableInPattern.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / RepeatedVariableInPattern.scl
index 8e5cf084c748e19749f7393b7115286bc85ea067..3d0ce251a3f391be9a5decbabaa3a13733f58fd9 100644 (file)
@@ -1,6 +1,6 @@
-invalidProject :: (a,a) -> a\r
-invalidProject (a,a) = a\r
-\r
-main = "Not to be executed!"\r
---\r
+invalidProject :: (a,a) -> a
+invalidProject (a,a) = a
+
+main = "Not to be executed!"
+--
 2:19-2:20: Repeated variable a in pattern.
\ No newline at end of file