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