Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
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