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