08bc0a6bd0
^KT-61564
13 lines
312 B
Kotlin
Vendored
13 lines
312 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import kotlinx.cinterop.*
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
@OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
|
class Zzz : NSAssertionHandler() {
|
|
@OptIn(kotlinx.cinterop.BetaInteropApi::class)
|
|
@ObjCOutlet
|
|
val x: NSObject get() = this
|
|
}
|