Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
codegen
/
box
/
directInvokeOptimization
/
kt53202.kt
blob: d706d850760664a7844afb2307c4a8aee16f04d3 [
file
] [
log
] [
blame
]
fun box
():
String
{
val a
=
"OK"
val c
=
{
val b
=
a
b
}.
invoke
()
return
a
}