FIR: Minor. Clarify name for containingClassForStaticMemberAttr

This commit is contained in:
Denis.Zharkov
2021-07-26 13:47:49 +03:00
committed by teamcityserver
parent 956bf22191
commit edf9f5e647
11 changed files with 23 additions and 23 deletions
@@ -176,7 +176,7 @@ fun deserializeClassToSymbol(
}
resolvePhase = FirResolvePhase.ANALYZED_DEPENDENCIES
}.apply {
containingClassAttr = context.dispatchReceiver!!.lookupTag
containingClassForStaticMemberAttr = context.dispatchReceiver!!.lookupTag
}
property
@@ -501,7 +501,7 @@ class FirMemberDeserializer(private val c: FirDeserializationContext) {
containerSource = c.containerSource
deprecation = annotations.getDeprecationInfosFromAnnotations(c.session.languageVersionSettings.apiVersion, false)
}.build().apply {
containingClassAttr = c.dispatchReceiver!!.lookupTag
containingClassForStaticMemberAttr = c.dispatchReceiver!!.lookupTag
versionRequirementsTable = c.versionRequirementTable
}
}