FIR: Minor. Clarify name for containingClassForStaticMemberAttr
This commit is contained in:
committed by
teamcityserver
parent
956bf22191
commit
edf9f5e647
+1
-1
@@ -176,7 +176,7 @@ fun deserializeClassToSymbol(
|
||||
}
|
||||
resolvePhase = FirResolvePhase.ANALYZED_DEPENDENCIES
|
||||
}.apply {
|
||||
containingClassAttr = context.dispatchReceiver!!.lookupTag
|
||||
containingClassForStaticMemberAttr = context.dispatchReceiver!!.lookupTag
|
||||
}
|
||||
|
||||
property
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user