]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingValueType.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ClashingValueType.scl
1
2 id :: Integer -> Integer
3 id :: Double -> Double
4 id x = x
5 --
6 3:1-3:23: Type of id has already been declared in this module.