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