7 lines
139 B
Kotlin
Vendored
7 lines
139 B
Kotlin
Vendored
// !CHECK_TYPE
|
|
|
|
fun test(a: Array<out String>) {
|
|
val b = a.toList()
|
|
|
|
b checkType { <!UNRESOLVED_REFERENCE!>_<!><List<String>>() }
|
|
} |