]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3b.scl
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / 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