[FIR] Remove not used ConeArgumentTypeMismatchCandidateError

This commit is contained in:
Ivan Kochurkin
2022-06-15 15:57:11 +03:00
committed by teamcity
parent c3638d2219
commit 9c67a4bc27
@@ -119,13 +119,6 @@ class ConeConstraintSystemHasContradiction(
override val candidateSymbol: FirBasedSymbol<*> get() = candidate.symbol
}
class ConeArgumentTypeMismatchCandidateError(
val expectedType: ConeKotlinType, val actualType: ConeKotlinType
) : ConeDiagnostic {
override val reason: String
get() = "Type mismatch. Expected: $expectedType, Actual: $actualType"
}
class ConeAmbiguityError(
val name: Name,
val applicability: CandidateApplicability,