Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
capturedVarsOptimization
/
capturedValInLambdaInitializedInside.kt
blob: efee7b8dee5cb5bc759e6f4295f190f7e03058dd [
file
]
// WITH_STDLIB
fun box
():
String
{
val x
:
String
run
{
x
=
"OK"
val y
=
x
}
return
x
}
// 2 ObjectRef
// 1 INNERCLASS kotlin.jvm.internal.Ref\$ObjectRef kotlin.jvm.internal.Ref ObjectRef