// FIR_IDENTICAL // !CHECK_TYPE fun test() { val array = arrayOf(arrayOf(1)) array checkType { _>>() } }