"returning an array of different types" #( int byte bool double float long ) do: [:type| | array | array := Java current callStaticMethodSync: #Test method: #getArrayOf ,type asGlobalName ,$s. self print: type ,'=' ,array ]