]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ConstructorNameClash.scl
1
2 data Vec2 = Vec2 Double Double
3 data Vec3 = Vec2 Double Double Double
4
5 main = "Not to be executed."
6 --
7 3:13-3:38: Value Vec2 is already defined.