Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
asmLike
/
receiverMangling
/
inlineReceivers.kt
blob: 9bae7a17344136c8abd882f41f488e9025711de0 [
file
]
// IR_DIFFERENCE
// 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
()