[IR] Autogenerate IrLocalDelegatedProperty

^KT-65773 In Progress
This commit is contained in:
Wojciech Litewka
2024-02-16 12:44:26 +01:00
committed by Space Team
parent 87f5d3901c
commit 5aedc24f00
2 changed files with 16 additions and 9 deletions
@@ -60,7 +60,8 @@ object ImplementationConfigurator : AbstractIrTreeImplementationConfigurator() {
}
impl(localDelegatedProperty) {
implementation.doPrint = false
isLateinit("delegate", "getter")
defaultNull("setter")
}
impl(typeParameter) {