]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - 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
index 6261943961d45efdfc09f532994827c74dfe4c31..babfb5a580e5fa0b9d758cbe1b441a0ec51ab5cc 100644 (file)
@@ -4,4 +4,5 @@ data Vec3 = Vec2 Double Double Double
 
 main = "Not to be executed."
 --
+3:13-3:38: Value Vec2 has already been defined in this module.
 3:13-3:38: Value Vec2 is already defined.
\ No newline at end of file