]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl
Remove unused import in DeleteHandler
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / InvalidRuleset1.scl
1 data Fact = Foo | Bar\r
2 \r
3 rs = ruleset\r
4   Foo => Bar\r
5 \r
6 main = "Not to be executed."\r
7 --\r
8 4:10-4:13: Expected\r
9     <[Fact]> got\r
10     <Fact>.