[K2] KtFirPropertySetterSymbol: cleanup code
^KT-54311
This commit is contained in:
committed by
Space Team
parent
2256cd83ce
commit
5d2869b099
+7
-1
@@ -68,7 +68,13 @@ internal class KtFirPropertySetterSymbol(
|
|||||||
override val modality: Modality get() = withValidityAssertion { firSymbol.modalityOrFinal }
|
override val modality: Modality get() = withValidityAssertion { firSymbol.modalityOrFinal }
|
||||||
override val visibility: Visibility get() = withValidityAssertion { firSymbol.visibility }
|
override val visibility: Visibility get() = withValidityAssertion { firSymbol.visibility }
|
||||||
|
|
||||||
override val annotationsList by cached { KtFirAnnotationListForDeclaration.create(firSymbol, firResolveSession.useSiteFirSession, token) }
|
override val annotationsList by cached {
|
||||||
|
KtFirAnnotationListForDeclaration.create(
|
||||||
|
firSymbol,
|
||||||
|
firResolveSession.useSiteFirSession,
|
||||||
|
token,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns [CallableId] of the delegated Java method if the corresponding property of this setter is a synthetic Java property.
|
* Returns [CallableId] of the delegated Java method if the corresponding property of this setter is a synthetic Java property.
|
||||||
|
|||||||
Reference in New Issue
Block a user