[FIR] Save inline status of lambda after resolution
This commit is contained in:
committed by
TeamCityServer
parent
a4b9e2502c
commit
5ebd24eac5
+2
-2
@@ -3,14 +3,14 @@ FILE: lambdaInUnresolvedCall.kt
|
||||
^materialize Null(null)!!
|
||||
}
|
||||
public final fun test_1(): R|kotlin/Unit| {
|
||||
<Unresolved name: myRun>#(<L> = myRun@fun <anonymous>(): R|kotlin/Int| {
|
||||
<Unresolved name: myRun>#(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <inline=Unknown> {
|
||||
lval x: R|kotlin/Int| = Int(1)
|
||||
^ R|<local>/x|.R|kotlin/Int.times|(Int(2))
|
||||
}
|
||||
)
|
||||
}
|
||||
public final fun test_2(): R|kotlin/Unit| {
|
||||
<Unresolved name: myRun>#(<L> = myRun@fun <anonymous>(): R|kotlin/Any?| {
|
||||
<Unresolved name: myRun>#(<L> = myRun@fun <anonymous>(): R|kotlin/Any?| <inline=Unknown> {
|
||||
^ R|/materialize|<R|kotlin/Any?|>()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user