Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
compiler
/
testData
/
codegen
/
asmLike
/
receiverMangling
/
nonInlineReceivers.kt
blob: a77bbc1333e1c6114a5bf2f286d2cdfc8c1ed1bf [
file
]
// LOCAL_VARIABLE_TABLE
// LAMBDAS: CLASS
fun
String
.
foo
(
count
:
Int
)
{
val x
=
false
block
{
this
@foo
+
this
@block
.
toString
()
+
x
.
toString
()
+
count
.
toString
()
}
}
fun block
(
block
:
Long
.()
->
Unit
)
=
5L
.
block
()