K1: remove unused resolution diagnostic

Related to KT-55079
This commit is contained in:
Mikhail Glukhikh
2023-04-17 12:35:14 +02:00
committed by Space Team
parent 3bb66e8432
commit d4f81cf67f
@@ -137,14 +137,6 @@ object TypeCheckerHasRanIntoRecursion : KotlinCallDiagnostic(INAPPLICABLE) {
override fun report(reporter: DiagnosticReporter) = reporter.onCall(this)
}
// Callable reference resolution
class CallableReferenceNotCompatible(
argument: CallableReferenceResolutionAtom,
val candidate: CallableMemberDescriptor,
val expectedType: UnwrappedType?,
val callableReverenceType: UnwrappedType
) : CallableReferenceInapplicableDiagnostic(argument)
// supported by FE but not supported by BE now
class CallableReferencesDefaultArgumentUsed(
val argument: CallableReferenceResolutionAtom,