]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern4.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 / InvalidPattern4.scl
1 import "Prelude"
2
3 a # b # c = a + b + c
4
5 main = "Not to be executed."
6 --
7 3:1-3:10: Illegal left hand side of the definition.