]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/RepeatedVariableInPattern.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / RepeatedVariableInPattern.scl
1 invalidProject :: (a,a) -> a\r
2 invalidProject (a,a) = a\r
3 \r
4 main = "Not to be executed!"\r
5 --\r
6 2:19-2:20: Repeated variable a in pattern.