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