]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern3.scl
TransferableGraphUtils.getObjects2 for fixing not-found handling
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern3.scl
1 foo x = b
2   where
3     if a then b else c = x
4
5 main = "Not to be executed."
6 --
7 1:9-1:10: Couldn't resolve b.
8 3:5-3:23: Pattern was expected here.