// KJS_WITH_FULL_RUNTIME fun box(): String { val list = ArrayList() list.add(1..3) list[0].start return "OK" }