]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Maybe1.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Maybe1.scl
1 a = Nothing\r
2 main = match a with\r
3     Nothing -> "Correct"\r
4     Just x -> "Incorrect"\r
5 --\r
6 Correct