8f12bf6cc8
^KT-61564
10 lines
154 B
Kotlin
Vendored
10 lines
154 B
Kotlin
Vendored
import platform.darwin.*
|
|
|
|
class Foo : NSObject() {
|
|
companion object : NSObjectMeta() {
|
|
fun bar() {
|
|
super.hash()
|
|
}
|
|
}
|
|
}
|