FIR checker: differentiate UNSAFE_IMPLICIT_INVOKE_CALL from UNSAFE_CALL
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
0c0c53cc2e
commit
5e150d62ea
@@ -1231,9 +1231,9 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
private fun FlowContent.generate(diagnostic: ConeDiagnostic) {
|
||||
when (diagnostic) {
|
||||
is ConeInapplicableCandidateError -> {
|
||||
describeVerbose(diagnostic.candidateSymbol)
|
||||
describeVerbose(diagnostic.candidate.symbol)
|
||||
br
|
||||
diagnostic.errors.forEach { callDiagnostic ->
|
||||
diagnostic.candidate.system.errors.forEach { callDiagnostic ->
|
||||
when (callDiagnostic) {
|
||||
is NewConstraintError -> {
|
||||
ident()
|
||||
|
||||
Reference in New Issue
Block a user