[NI] Split KotlinCallDiagnostics and inference errors to different hierarchies
This commit is contained in:
@@ -1229,7 +1229,7 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
is ConeInapplicableCandidateError -> {
|
||||
describeVerbose(diagnostic.candidateSymbol)
|
||||
br
|
||||
diagnostic.diagnostics.forEach { callDiagnostic ->
|
||||
diagnostic.errors.forEach { callDiagnostic ->
|
||||
when (callDiagnostic) {
|
||||
is NewConstraintError -> {
|
||||
ident()
|
||||
|
||||
Reference in New Issue
Block a user