Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/varargs/kt3213.fir.kt
T

7 lines
139 B
Kotlin
Vendored

// !CHECK_TYPE
fun test(a: Array<out String>) {
val b = a.toList()
b checkType { <!UNRESOLVED_REFERENCE!>_<!><List<String>>() }
}