Raw FIR: set source for setter parameter <set-?> access in delegated properties
Related to KT-59864
This commit is contained in:
committed by
Space Team
parent
d321fa3fd9
commit
a5a8f6736b
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user