Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
Lambda.dump
blob: eb89a7deae8918f98aea3c5af1753fe3a2aeae33 [
file
]
Resolve
target
:
fun f
():
kotlin
.
Unit
----------------------------------------------
class
C
{
fun f
(){}
}
fun foo
()
{
val
lambda
=
{
->
/* STATEMENT DELETED: x() */
;
C
()
}
lambda
().<
caret
>
f
()
}