08bc0a6bd0
^KT-61564
11 lines
207 B
Kotlin
Vendored
11 lines
207 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Foo : NSObject(), NSPortDelegateProtocol {
|
|
fun foo() {
|
|
super.handlePortMessage(TODO())
|
|
}
|
|
}
|