c5aed2b094
^KT-61564
12 lines
267 B
Kotlin
Vendored
12 lines
267 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import kotlinx.cinterop.*
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Zzz : NSAssertionHandler() {
|
|
<!MUST_BE_UNIT_TYPE!>@OptIn(kotlinx.cinterop.BetaInteropApi::class)
|
|
@ObjCAction
|
|
fun foo() = 42<!>
|
|
}
|