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