8f12bf6cc8
^KT-61564
9 lines
170 B
Kotlin
Vendored
9 lines
170 B
Kotlin
Vendored
import kotlinx.cinterop.*
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Zzz : NSAssertionHandler() {
|
|
@ObjCAction
|
|
fun foo(x: String) = println(x)
|
|
}
|