K2/Java: cleanup code around processOverridesForFunctionsWithErasedValueParameter

#KT-64846 In Progress
This commit is contained in:
Mikhail Glukhikh
2024-01-26 11:35:39 +01:00
committed by Space Team
parent ac729e28da
commit c0e0b4d32b
3 changed files with 81 additions and 61 deletions
@@ -45,7 +45,8 @@ class FirTypeIntersectionScopeContext(
sealed class ResultOfIntersection<D : FirCallableSymbol<*>>(
val overriddenMembers: List<MemberWithBaseScope<D>>,
val containingScope: FirTypeScope?
// This member is for debug-purposes only
private val containingScope: FirTypeScope?
) {
abstract val chosenSymbol: D