[FIR] Transform context receivers on properties during type resolution stage

^KT-53706 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-08-24 17:06:50 +03:00
committed by teamcity
parent 7ef2f7ccde
commit 66117367ad
4 changed files with 30 additions and 0 deletions
@@ -120,6 +120,7 @@ open class FirTypeResolveTransformer(
property.transformTypeParameters(this, data)
.transformReturnTypeRef(this, data)
.transformReceiverTypeRef(this, data)
.transformContextReceivers(this, data)
.transformGetter(this, data)
.transformSetter(this, data)
.transformBackingField(this, data)