]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingValueType.scl
Merge commit '53059ca'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / 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.