Files
kotlin-fork/compiler/testData/diagnostics/nativeTests/specialBackendChecks/objCInterop/t27.kt
T
2024-01-09 14:17:47 +00:00

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)
}