Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.fir.kt
T

6 lines
140 B
Kotlin
Vendored

// !CHECK_TYPE
fun test() {
val array = arrayOf(arrayOf(1))
array checkType { <!UNRESOLVED_REFERENCE!>_<!><Array<Array<Int>>>() }
}