[FIR] Generate copy builder for FirTypeParameter
This commit is contained in:
committed by
teamcity
parent
430ea414a9
commit
ae0bc1c078
+4
@@ -91,6 +91,10 @@ object BuilderConfigurator : AbstractBuilderConfigurator<FirTreeBuilder>(FirTree
|
||||
withCopy()
|
||||
}
|
||||
|
||||
builder(typeParameter) {
|
||||
withCopy()
|
||||
}
|
||||
|
||||
builder(field) {
|
||||
parents += declarationBuilder
|
||||
default("resolvePhase", "FirResolvePhase.DECLARATIONS")
|
||||
|
||||
Reference in New Issue
Block a user