[FIR] Rename ConeClassErrorType to ConeErrorType, drop ConeKotlinErrorType alias
This commit is contained in:
committed by
teamcity
parent
9c6292db6f
commit
0bd3e8f418
@@ -843,7 +843,7 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
|
||||
private fun FlowContent.generate(type: ConeKotlinType) {
|
||||
when (type) {
|
||||
is ConeClassErrorType -> error { +type.diagnostic.reason }
|
||||
is ConeErrorType -> error { +type.diagnostic.reason }
|
||||
is ConeClassLikeType -> return generate(type)
|
||||
is ConeTypeParameterType -> resolved {
|
||||
symbolRef(type.lookupTag.symbol) {
|
||||
|
||||
Reference in New Issue
Block a user