[IR] Autogenerate IrConstructorImpl

^KT-65773 In Progress
This commit is contained in:
Wojciech Litewka
2024-02-16 12:42:30 +01:00
committed by Space Team
parent d97681f2a9
commit f2af1bc04a
2 changed files with 31 additions and 19 deletions
@@ -42,7 +42,10 @@ object ImplementationConfigurator : AbstractIrTreeImplementationConfigurator() {
}
impl(constructor) {
implementation.doPrint = false
defaultEmptyList("valueParameters")
defaultNull("dispatchReceiverParameter", "extensionReceiverParameter", "body")
default("contextReceiverParametersCount", "0")
isLateinit("returnType")
}
impl(field) {