Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
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"