]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingTypeParameter.scl
TransferableGraphUtils.getObjects2 for fixing not-found handling
[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 ???