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