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