55f9f74d5c
In most affected tests, the backend diagnostic such as "conflicting JVM signature" or "accidental override" is directly caused by some already existing error reported by frontend, so it doesn't make sense to check backend diagnostics there. Tests where that was not the case were moved/copied to `testsWithJvmBackend`.
8 lines
276 B
Kotlin
Vendored
8 lines
276 B
Kotlin
Vendored
// JAVAC_EXPECTED_FILE
|
|
// WITH_EXTENDED_CHECKERS
|
|
interface MyTrait: <!INTERFACE_WITH_SUPERCLASS, PLATFORM_CLASS_MAPPED_TO_KOTLIN!>Object<!> {
|
|
override fun toString(): String
|
|
public override fun finalize()
|
|
public <!OVERRIDING_FINAL_MEMBER!>override<!> fun wait()
|
|
}
|