]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl
Merge commit 'bf75fd9'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / MissingTypeParameter.scl
1 importJava "java.util.Arrays" where\r
2     toString :: MVector /*Double*/ -> String\r
3 \r
4 main = "Not to be executed."\r
5 --\r
6 ???