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