8f12bf6cc8
^KT-61564
5 lines
122 B
Kotlin
Vendored
5 lines
122 B
Kotlin
Vendored
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
fun foo() = println(NSAssertionHandler()::handleFailureInFunction)
|