[FIR] Save inline status of lambda after resolution
This commit is contained in:
committed by
TeamCityServer
parent
a4b9e2502c
commit
5ebd24eac5
@@ -5,7 +5,7 @@ FILE: tryInLambda.kt
|
||||
public final fun foo(): R|kotlin/Unit| {
|
||||
}
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
R|/myRun|<R|kotlin/Unit|>(<L> = myRun@fun <anonymous>(): R|kotlin/Unit| {
|
||||
R|/myRun|<R|kotlin/Unit|>(<L> = myRun@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline> {
|
||||
try {
|
||||
lval x: R|kotlin/Int| = Int(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user