Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
box
/
objects
/
kt2719.kt
blob: 908dbb3a1be150c88f4f8d2f117bbe3008761ee5 [
file
]
class
Clazz
{
companion
object
{
val a
=
object
{
fun run
(
x
:
String
)
=
x
}
}
}
fun box
()
=
"OK"