Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
asmLike
/
receiverMangling
/
inlineReceivers.kt
blob: 7050ea35d8756314b8245b0a063cacda6170d7ed [
file
]
// IGNORE_BACKEND: JVM_IR
// 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
()