[FIR] Save inline status of lambda after resolution
This commit is contained in:
committed by
TeamCityServer
parent
a4b9e2502c
commit
5ebd24eac5
+2
-2
@@ -3,12 +3,12 @@ FILE: extensionGenericGetValue.kt
|
||||
^runLogged R|<local>/action|.R|SubstitutionOverride<kotlin/Function0.invoke: R|L|>|()
|
||||
}
|
||||
public final operator fun <V> R|V|.getValue(receiver: R|kotlin/Any?|, p: R|kotlin/Any|): R|V| {
|
||||
^getValue R|/runLogged|<R|V|>(<L> = runLogged@fun <anonymous>(): R|V| <kind=UNKNOWN> {
|
||||
^getValue R|/runLogged|<R|V|>(<L> = runLogged@fun <anonymous>(): R|V| <inline=Inline, kind=UNKNOWN> {
|
||||
^ this@R|/getValue|
|
||||
}
|
||||
)
|
||||
}
|
||||
public final val testK: R|kotlin/String|by R|/runLogged|<R|kotlin/String|>(<L> = runLogged@fun <anonymous>(): R|kotlin/String| <kind=UNKNOWN> {
|
||||
public final val testK: R|kotlin/String|by R|/runLogged|<R|kotlin/String|>(<L> = runLogged@fun <anonymous>(): R|kotlin/String| <inline=Inline, kind=UNKNOWN> {
|
||||
^ String(K)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user