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