X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FConstructorNameClash.scl;h=babfb5a580e5fa0b9d758cbe1b441a0ec51ab5cc;hb=131be5c413e1f9dc652b6b46c763625b30ad8350;hp=6261943961d45efdfc09f532994827c74dfe4c31;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl index 626194396..babfb5a58 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ConstructorNameClash.scl @@ -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