[FIR] Add transformSuperTypeRefs to FirClass

This commit is contained in:
Dmitriy Novozhilov
2020-04-28 11:53:27 +03:00
parent bad4497970
commit bb645a7962
9 changed files with 33 additions and 5 deletions
@@ -230,7 +230,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
parentArg(classLikeDeclaration, "F", "F")
+symbol("FirClassSymbol", "F")
+classKind
+superTypeRefs(withReplace = true)
+superTypeRefs(withReplace = true).withTransform()
+declarations.withTransform()
+annotations
+scopeProvider