Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
capturedVarsOptimization
/
capturedValInLambdaInitializedInside.kt
blob: 8e7d1c8d8109b811fcd8e372dfb1ef38fdc60273 [
file
]
// WITH_STDLIB
fun box
():
String
{
val x
:
String
run
{
x
=
"OK"
val y
=
x
}
return
x
}
// 0 ObjectRef