]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / InconsistentArity.scl
1 f a b = a\r
2 f x = x\r
3 --\r
4 2:1-2:4: Inconsistent arity. This case has arity 1 while previous cases had arity 2.