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