Get rid of ConeAbbreviatedType::directExpansion
It becomes necessary after extracting supertypes resolution into a separate phase. But also it looks reasonable because direct expansion actually depends on the module we are looking from.
This commit is contained in:
@@ -636,9 +636,6 @@ class FirRenderer(builder: StringBuilder) : FirVisitorVoid() {
|
||||
}
|
||||
})
|
||||
}
|
||||
if (this is ConeAbbreviatedType) {
|
||||
sb.append(" = ${this.directExpansion.asString()}")
|
||||
}
|
||||
sb.toString()
|
||||
}
|
||||
is ConeTypeParameterType -> {
|
||||
|
||||
Reference in New Issue
Block a user