K1: remove unused resolution diagnostic
Related to KT-55079
This commit is contained in:
committed by
Space Team
parent
3bb66e8432
commit
d4f81cf67f
-8
@@ -137,14 +137,6 @@ object TypeCheckerHasRanIntoRecursion : KotlinCallDiagnostic(INAPPLICABLE) {
|
|||||||
override fun report(reporter: DiagnosticReporter) = reporter.onCall(this)
|
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
|
// supported by FE but not supported by BE now
|
||||||
class CallableReferencesDefaultArgumentUsed(
|
class CallableReferencesDefaultArgumentUsed(
|
||||||
val argument: CallableReferenceResolutionAtom,
|
val argument: CallableReferenceResolutionAtom,
|
||||||
|
|||||||
Reference in New Issue
Block a user