]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / MissingTypeParameter.scl
1 importJava "java.util.Arrays" where
2     toString :: MVector /*Double*/ -> String
3
4 main = "Not to be executed."
5 --
6 ???