]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 invalidProject :: (a,a) -> a
2 invalidProject (a,a) = a
3
4 main = "Not to be executed!"
5 --
6 2:19-2:20: Repeated variable a in pattern.