// WITH_RUNTIME val x: Any = arrayOf(arrayOf("OK")) fun box(): String = ((x as Array)[0] as Array)[0]