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