]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern1.scl
Merge commit '145a2884933f2ffdd48d6835729e58f1152d274e'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern1.scl
1 id x = x\r
2 \r
3 f (\x -> x) y = y\r
4 \r
5 main = f id "Foo"\r
6 --\r
7 3:3-3:12: Pattern was expected here.