[LL FIR] drop redundant lazy annotations calculation from ANNOTATIONS_ARGUMENTS_MAPPING phase
They must be calculated on the previous ARGUMENTS_OF_ANNOTATIONS phase ^KT-56550
This commit is contained in:
committed by
Space Team
parent
a429367890
commit
231c59bd2c
-1
@@ -71,7 +71,6 @@ private class LLFirAnnotationArgumentsMappingTargetResolver(
|
|||||||
)
|
)
|
||||||
|
|
||||||
override fun doLazyResolveUnderLock(target: FirElementWithResolveState) {
|
override fun doLazyResolveUnderLock(target: FirElementWithResolveState) {
|
||||||
FirLazyBodiesCalculator.calculateAnnotations(target)
|
|
||||||
transformer.transformAnnotations(target)
|
transformer.transformAnnotations(target)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user