[FIR2IR] Convert annotations on local delegated properties

#KT-60292 Fixed
This commit is contained in:
Kirill Rakhman
2023-08-21 10:47:32 +02:00
committed by Space Team
parent 85ca5294ef
commit e96dcef571
4 changed files with 2 additions and 76 deletions
@@ -1523,6 +1523,7 @@ class Fir2IrDeclarationStorage(
IrDeclarationOrigin.DELEGATED_PROPERTY_ACCESSOR, startOffset, endOffset, dontUseSignature = true
)
}
annotationGenerator.generate(this, property)
leaveScope(this)
}
localStorage.putDelegatedProperty(property, irProperty)