[FIR] optimize deprecation calculation for symbols
All symbols except member callables can be deprecated if they have non-empty annotation list ^KT-56800 fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
annotation class NoArg
|
||||
|
||||
class Outer {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
annotation class NoArg
|
||||
|
||||
class Outer {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
annotation class NoArg
|
||||
|
||||
open class Base(val s: String)
|
||||
|
||||
Reference in New Issue
Block a user