K2/Java: cleanup code around processOverridesForFunctionsWithErasedValueParameter
#KT-64846 In Progress
This commit is contained in:
committed by
Space Team
parent
ac729e28da
commit
c0e0b4d32b
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user