]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.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 / 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 has already been defined in this module.
8 3:13-3:38: Value Vec2 is already defined.