mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
5 lines
226 B
Kotlin
Vendored
5 lines
226 B
Kotlin
Vendored
interface MyTrait: <!PLATFORM_CLASS_MAPPED_TO_KOTLIN, INTERFACE_WITH_SUPERCLASS!>Object<!> {
|
|
override fun toString(): String
|
|
public override fun finalize()
|
|
public <!OVERRIDING_FINAL_MEMBER!>override<!> fun wait()
|
|
} |