Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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