Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
capturedVarsOptimization
/
capturedValInLambdaInitializedOutside.kt
blob: 283007ee79a5ff0943657361cf94aef048fcd093 [
file
]
fun box
():
String
{
val x
:
String
x
=
"OK"
{
val y
=
x
}.
let
{
it
()
}
return
x
}
// 0 ObjectRef