c5aed2b094
^KT-61564
12 lines
327 B
Kotlin
Vendored
12 lines
327 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import kotlinx.cinterop.*
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Zzz : NSAssertionHandler() {
|
|
<!TWO_OR_LESS_PARAMETERS_ARE_SUPPORTED_HERE!>@OptIn(kotlinx.cinterop.BetaInteropApi::class)
|
|
@ObjCAction
|
|
fun foo(x: NSObject, y: NSObject, z: NSObject) { }<!>
|
|
}
|