mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[FIR IDE] Ensure resolved for status when resolving local declarations
This commit is contained in:
@@ -75,6 +75,7 @@ class FirStatusResolver(
|
||||
ProcessorAction.NEXT
|
||||
}
|
||||
}.map {
|
||||
it.ensureResolved(FirResolvePhase.STATUS)
|
||||
it.status as FirResolvedDeclarationStatus
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user