K2: drop TODO in buildResolvedQualifierForClass

#KT-59649 Fixed
This commit is contained in:
Mikhail Glukhikh
2024-01-15 22:39:06 +01:00
committed by Space Team
parent caa850e470
commit ee515ec5c4
@@ -188,8 +188,8 @@ fun createKPropertyType(
fun BodyResolveComponents.buildResolvedQualifierForClass(
regularClass: FirClassLikeSymbol<*>,
sourceElement: KtSourceElement? = null,
// TODO: Clarify if we actually need type arguments for qualifier?
sourceElement: KtSourceElement?,
// Note: we need type arguments here, see e.g. testIncompleteConstructorCall in diagnostic group
typeArgumentsForQualifier: List<FirTypeProjection> = emptyList(),
diagnostic: ConeDiagnostic? = null,
nonFatalDiagnostics: List<ConeDiagnostic> = emptyList(),