08bc0a6bd0
^KT-61564
7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
fun foo() = NSLog("zzz", {})
|