[LL FIR] LLFirTargetResolver: cleanup
Drop redundant extension ^KT-60799
This commit is contained in:
committed by
Space Team
parent
c0c234e1d2
commit
a6b3896552
+1
-1
@@ -31,7 +31,7 @@ internal abstract class LLFirTargetResolver(
|
|||||||
/**
|
/**
|
||||||
* Must be executed without a lock
|
* Must be executed without a lock
|
||||||
*/
|
*/
|
||||||
protected fun LLFirTargetResolver.resolveFileAnnotationContainerIfNeeded(elementWithResolveState: FirElementWithResolveState) {
|
protected fun resolveFileAnnotationContainerIfNeeded(elementWithResolveState: FirElementWithResolveState) {
|
||||||
if (elementWithResolveState !is FirFile) return
|
if (elementWithResolveState !is FirFile) return
|
||||||
val annotationContainer = elementWithResolveState.annotationsContainer ?: return
|
val annotationContainer = elementWithResolveState.annotationsContainer ?: return
|
||||||
withFile(elementWithResolveState) {
|
withFile(elementWithResolveState) {
|
||||||
|
|||||||
Reference in New Issue
Block a user