]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.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 / InvalidRuleset1.scl
1 data Fact = Foo | Bar
2
3 rs = ruleset
4   Foo => Bar
5
6 main = "Not to be executed."
7 --
8 4:10-4:13: Expected
9     <[Fact]> got
10     <Fact>.