[IR] Autogenerate IrPropertyWithLateBindingImpl

^KT-65773 In Progress
This commit is contained in:
Wojciech Litewka
2024-02-16 12:44:06 +01:00
committed by Space Team
parent 5aedc24f00
commit 6de200dea1
2 changed files with 37 additions and 28 deletions
@@ -56,7 +56,9 @@ object ImplementationConfigurator : AbstractIrTreeImplementationConfigurator() {
defaultNull("backingField", "getter", "setter")
}
impl(propertyWithLateBinding) {
implementation.doPrint = false
defaultNull("backingField", "getter", "setter")
defaultNull("containerSource", withGetter = true)
configureDeclarationWithLateBindinig(propertySymbolType)
}
impl(localDelegatedProperty) {