Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
inlineLambdaObjectInit.kt
blob: e9353bec4ff9cce7c0dddcfb14032a3026c62f6a [
file
]
fun box
():
String
{
var
result
=
""
run
{
object
{
init
{
result
=
"OK"
}
}
}
return
result
}
// 1 LINENUMBER 6