X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FMissingTypeParameter.scl;h=2e92b9ec6fd7c0d59d94ff9e53652c1f11d9255f;hp=fc40ab9cd4666d8f90459c6d5a68484eded1a091;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=36282d240b9ac295894a6705672efa11eb26e4d2 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl index fc40ab9cd..2e92b9ec6 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl @@ -1,6 +1,6 @@ -importJava "java.util.Arrays" where - toString :: MVector /*Double*/ -> String - -main = "Not to be executed." --- +importJava "java.util.Arrays" where + toString :: MVector /*Double*/ -> String + +main = "Not to be executed." +-- ??? \ No newline at end of file