[LL FIR] LLFirPhaseUpdater: add missing update for code fragment block
This commit is contained in:
committed by
Space Team
parent
e5f0356e16
commit
9ff3871a8b
+2
-2
@@ -1,9 +1,9 @@
|
||||
BEFORE MODIFICATION:
|
||||
CODE FRAGMENT: {
|
||||
local final [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] a: R|kotlin/Int|, [ResolvedTo(RAW_FIR)] b: R|kotlin/String|): R|kotlin/Unit| {
|
||||
local final [ResolvedTo(BODY_RESOLVE)] fun foo([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Int|, [ResolvedTo(BODY_RESOLVE)] b: R|kotlin/String|): R|kotlin/Unit| {
|
||||
}
|
||||
|
||||
local final [ResolvedTo(RAW_FIR)] fun bar(): R|kotlin/Unit| {
|
||||
local final [ResolvedTo(BODY_RESOLVE)] fun bar(): R|kotlin/Unit| {
|
||||
R|/foo|(Int(1), String(foo))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user