]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Matching3b.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Matching3b.scl
1 import "StandardLibrary"
2
3 foo 1 = "one"
4 foo 2 = "two"
5
6 main = if True then foo (2 :: Long) else foo (1 :: Integer)
7 --
8 two