4 lines
180 B
Kotlin
Vendored
4 lines
180 B
Kotlin
Vendored
// NI_EXPECTED_FILE
|
|
|
|
fun foo(first: Array<Any?>, second: Array<Any?>) = Pair(first.toCollection<!NO_VALUE_FOR_PARAMETER!>()<!>, second.toCollection<!NO_VALUE_FOR_PARAMETER!>()<!>)
|