]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/FromDynamic5.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / FromDynamic5.scl
1 import "Prelude"\r
2 import "Vector"\r
3 \r
4 main = (fromDynamic (toDynamic (mvector [42.0]))) :: [Integer]\r
5 --\r
6 [42]