]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern1.scl
(refs #7168) User Thread.stop to terminate execution in SCL console
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern1.scl
1 id x = x
2
3 f (\x -> x) y = y
4
5 main = f id "Foo"
6 --
7 3:3-3:12: Pattern was expected here.