]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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.