Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
asmLike
/
receiverMangling
/
inlineClassCapture.kt
blob: 1c2a657859aa2de35117a98eeb3d598afe371d73 [
file
]
// LOCAL_VARIABLE_TABLE
class
Foo
{
fun foo
()
{
block
{
this
@Foo
}
}
inner
class
Bar
{
fun bar
()
{
block
{
this
@Foo
this
@Bar
block
{
this
@Foo
this
@Bar
}
}
}
}
}
inline
fun block
(
block
:
()
->
Unit
)
=
block
()