08bc0a6bd0
^KT-61564
7 lines
137 B
Kotlin
Vendored
7 lines
137 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
fun foo(s: Array<Any?>) = NSLog("zzz", *s)
|