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:
Denis Zharkov
2019-03-11 18:38:53 +03:00
parent 92defc2ae3
commit 6740cdabac
12 changed files with 23 additions and 25 deletions
@@ -636,9 +636,6 @@ class FirRenderer(builder: StringBuilder) : FirVisitorVoid() {
}
})
}
if (this is ConeAbbreviatedType) {
sb.append(" = ${this.directExpansion.asString()}")
}
sb.toString()
}
is ConeTypeParameterType -> {