[FIR] Properly set resolvedToCompanionObject field for lhs of GetClassCall
^KT-54209 Fixed
This commit is contained in:
committed by
Space Team
parent
55aae5325c
commit
248c45acb3
-12
@@ -1,12 +0,0 @@
|
||||
// ISSUE: KT-54209
|
||||
|
||||
class A {
|
||||
@Deprecated("Deprecated companion")
|
||||
companion object
|
||||
}
|
||||
|
||||
|
||||
fun test() {
|
||||
<!DEPRECATION!>A<!>::class
|
||||
A.<!DEPRECATION!>Companion<!>::class
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-54209
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user