mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Hard-code only Object members because diagnostics are reported for all other classes out of the box in 1.1 #KT-7174 Fixed
6 lines
272 B
Kotlin
Vendored
6 lines
272 B
Kotlin
Vendored
interface MyTrait: <!PLATFORM_CLASS_MAPPED_TO_KOTLIN, INTERFACE_WITH_SUPERCLASS!>Object<!> {
|
|
override fun toString(): String
|
|
public override fun finalize()
|
|
<!CONFLICTING_INHERITED_JVM_DECLARATIONS!>public <!OVERRIDING_FINAL_MEMBER!>override<!> fun wait()<!>
|
|
}
|