]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl
Merge commit 'bd5bc6e45f700e755b61bd112631796631330ecb'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ConstructorNameClash.scl
1 \r
2 data Vec2 = Vec2 Double Double\r
3 data Vec3 = Vec2 Double Double Double\r
4 \r
5 main = "Not to be executed."\r
6 --\r
7 3:13-3:38: Value Vec2 is already defined.