FIR: do not generate annotations on properties from delegation
#KT-57228 Fixed
This commit is contained in:
committed by
Space Team
parent
40c628d431
commit
83865782ff
-3
@@ -1,6 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// FIR status: KT-57228 K2: annotations for interface member properties implemented by delegation are copied
|
||||
|
||||
annotation class Ann
|
||||
|
||||
interface IFoo {
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// FIR status: KT-57228 K2: annotations for interface member properties implemented by delegation are copied
|
||||
|
||||
interface IFoo {
|
||||
@Deprecated("")
|
||||
val prop: String get() = ""
|
||||
|
||||
Reference in New Issue
Block a user