Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
codegen
/
box
/
directInvokeOptimization
/
capturingLambda.kt
blob: 50b6706f002bb0de150c455ef11ed5a99c6fc431 [
file
]
// CHECK_BYTECODE_TEXT
// 0 invoke
fun box
():
String
{
var
ok
=
"FAILED"
{
s
:
String
->
ok
=
s
}(
"OK"
)
return
ok
}