def arr = $arrays.shortArrayOf((short) 1, (short) 2, (short) 3) $console.log(arr) $objectWrappers.wrap(arr).forEach { $console.log(it) }