[FIR] Use FirDefaultOverridesBackwardCompatibilityHelper with common metadata compilation
Also, use it with JS compilation ^KT-57735 Fixed
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-57858
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
|
||||
import kotlin.internal.PlatformDependent
|
||||
|
||||
interface I {
|
||||
@PlatformDependent
|
||||
fun f() {}
|
||||
}
|
||||
|
||||
class C : I {
|
||||
fun <!VIRTUAL_MEMBER_HIDDEN!>f<!>() {}
|
||||
}
|
||||
Reference in New Issue
Block a user