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