[LL FIR] cache import scopes during compiler required annotations phase
In LL FIR file is always already resolved to import phase, so we can cache the result ^KT-56551
This commit is contained in:
committed by
Space Team
parent
dabc4e34ff
commit
72f30d78d6
+2
@@ -85,6 +85,8 @@ private class LLFirCompilerRequiredAnnotationsTargetResolver(
|
||||
|
||||
resolver.resolveDesignation()
|
||||
}
|
||||
|
||||
override val useCacheForImportScope: Boolean get() = true
|
||||
}
|
||||
|
||||
private val transformer = FirCompilerRequiredAnnotationsResolveTransformer(
|
||||
|
||||
Reference in New Issue
Block a user