]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern3.scl
Merge commit '31664b6'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern3.scl
1 foo x = b\r
2   where\r
3     if a then b else c = x\r
4 \r
5 main = "Not to be executed."\r
6 --\r
7 1:9-1:10: Couldn't resolve variable b.\r
8 3:5-3:23: Pattern was expected here.