Use 'symbol' instead of 'classId' in FirResolvedQualifier
This commit solves problem with resolved qualifier of local class #KT-36758 Fixed
This commit is contained in:
@@ -5,7 +5,7 @@ fun foo() {
|
||||
FOO,
|
||||
BAR
|
||||
}
|
||||
val foo = A.<!UNRESOLVED_REFERENCE!>FOO<!>
|
||||
val foo = A.FOO
|
||||
val b = object {
|
||||
enum class B {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user