[LL FIR] LLFirPhaseUpdater: add missing update for initializer body

This commit is contained in:
Dmitrii Gridin
2023-09-18 16:52:57 +02:00
committed by Space Team
parent 12dc6b1ebc
commit e5f0356e16
5 changed files with 12 additions and 10 deletions
@@ -4,7 +4,7 @@ FIR source kind: KtRealSourceElementKind
FIR element rendered:
[ResolvedTo(BODY_RESOLVE)] init {
[ResolvedTo(RAW_FIR)] lval i: R|kotlin/Int| = Int(1)
[ResolvedTo(BODY_RESOLVE)] lval i: R|kotlin/Int| = Int(1)
}
FIR FILE:
@@ -24,7 +24,7 @@ FILE: [ResolvedTo(IMPORTS)] initializerConflict.kt
}
[ResolvedTo(BODY_RESOLVE)] init {
[ResolvedTo(RAW_FIR)] lval i: R|kotlin/Int| = Int(1)
[ResolvedTo(BODY_RESOLVE)] lval i: R|kotlin/Int| = Int(1)
}
}