Raw FIR: set source for setter parameter <set-?> access in delegated properties

Related to KT-59864
This commit is contained in:
Mikhail Glukhikh
2023-09-28 14:01:26 +02:00
committed by Space Team
parent d321fa3fd9
commit a5a8f6736b
2 changed files with 2 additions and 1 deletions
@@ -528,6 +528,7 @@ fun <T> FirPropertyBuilder.generateAccessorsByDelegate(
arguments += thisRef()
arguments += propertyRef()
arguments += buildPropertyAccessExpression {
source = fakeSource
calleeReference = buildResolvedNamedReference {
source = fakeSource
name = SpecialNames.IMPLICIT_SET_PARAMETER