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

10 lines
154 B
Kotlin
Vendored

import platform.darwin.*
class Foo : NSObject() {
companion object : NSObjectMeta() {
fun bar() {
super.hash()
}
}
}