]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset2.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidRuleset2.scl
1 data Fact = Foo1 | Foo2
2 data Fact2 = Bar
3
4 rs = ruleset
5   Foo1, Foo2 <=> [Bar]
6
7 main = "Not to be executed."
8 --
9 5:19-5:22: Expected
10     <Fact> got
11     <Fact2>.