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