RawFirBuilder: fix label bounding for property initialization
#KT-58076 Fixed
This commit is contained in:
committed by
Space Team
parent
df8132b844
commit
594b044c26
Vendored
+2
-2
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user