08bc0a6bd0
^KT-61564
7 lines
161 B
Kotlin
Vendored
7 lines
161 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
fun foo() = println(NSAssertionHandler()::handleFailureInFunction)
|