Raw FIR: generate 'return setValue' instead of just 'setValue'
#KT-61045 Fixed
This commit is contained in:
committed by
Space Team
parent
7d5e2f85cc
commit
9846ec23df
@@ -99,7 +99,7 @@ var delegatedVar: Int /* by */
|
||||
return #delegatedVar$delegate.getValue(thisRef = null, kProp = ::delegatedVar)
|
||||
}
|
||||
set(<set-?>: Int) {
|
||||
#delegatedVar$delegate.setValue(thisRef = null, kProp = ::delegatedVar, value = <set-?>)
|
||||
return #delegatedVar$delegate.setValue(thisRef = null, kProp = ::delegatedVar, value = <set-?>)
|
||||
}
|
||||
|
||||
val test_delegatedVar: KMutableProperty0<Int>
|
||||
|
||||
Reference in New Issue
Block a user