]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ClashingValueType.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / ClashingValueType.scl
1 \r
2 id :: Integer -> Integer\r
3 id :: Double -> Double\r
4 id x = x\r
5 --\r
6 3:1-3:23: Type of id has already been declared in this module.