[FIR] Generate signatures for synthesized class delegation fields
This is to align the behavior with K1. ^KT-57754 Fixed Co-authored-by: Alexander Udalov <alexander.udalov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
1ac3355a41
commit
addb048ce9
@@ -1,6 +1,3 @@
|
||||
// MUTE_SIGNATURE_COMPARISON_K2: ANY
|
||||
// ^ KT-57754
|
||||
|
||||
interface IFoo {
|
||||
@Deprecated("")
|
||||
val prop: String get() = ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// MUTE_SIGNATURE_COMPARISON_K2: ANY
|
||||
// ^ KT-57754
|
||||
|
||||
interface I {
|
||||
val <T> T.id: T
|
||||
get() = this
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// MUTE_SIGNATURE_COMPARISON_K2: ANY
|
||||
// ^ KT-57754
|
||||
|
||||
interface IBase<T> {
|
||||
fun foo(x: Int)
|
||||
val bar: Int
|
||||
|
||||
Reference in New Issue
Block a user