RawFirBuilder: fix label bounding for property initialization

#KT-58076 Fixed
This commit is contained in:
Kirill Rakhman
2023-04-19 18:26:01 +02:00
committed by Space Team
parent df8132b844
commit 594b044c26
4 changed files with 27 additions and 5 deletions
@@ -13,8 +13,8 @@ FILE: lambdaWithAnonymousObject.kt
super<R|kotlin/Any|>()
}
public open override val action: R|() -> kotlin/Unit| = myRun@fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> {
^@myRun Unit
public open override val action: R|() -> kotlin/Unit| = fun <anonymous>(): R|kotlin/Unit| <inline=Unknown> {
^ Unit
}
public get(): R|() -> kotlin/Unit|