// WITH_RUNTIME import java.util.Arrays fun test() { val array = arrayOf(1, 2, 3) val result = array.copyOfRange(3, 5) }