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
+1
-1
@@ -14,7 +14,7 @@ FILE: delegates.kt
|
||||
^ D|/variable|.getValue#(Null(null), ::R|/variable|)
|
||||
}
|
||||
public? set(<set-?>: <implicit>): R|kotlin/Unit| {
|
||||
D|/variable|.setValue#(Null(null), ::R|/variable|, R|<local>/variable|)
|
||||
^ D|/variable|.setValue#(Null(null), ::R|/variable|, R|<local>/variable|)
|
||||
}
|
||||
public? final? interface Base : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ FILE: delegates.kt
|
||||
^ D|/variable|.getValue#(Null(null), ::R|/variable|)
|
||||
}
|
||||
public? set(<set-?>: <implicit>): R|kotlin/Unit| {
|
||||
D|/variable|.setValue#(Null(null), ::R|/variable|, R|<local>/variable|)
|
||||
^ D|/variable|.setValue#(Null(null), ::R|/variable|, R|<local>/variable|)
|
||||
}
|
||||
public? final? interface Base : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user