Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
codegen
/
box
/
basics
/
companion.kt
blob: e68d8309334fdfa744c79afd31d96334a0b2df9a [
file
]
class
A
{
companion
object
{
fun foo
()
=
"OK"
}
}
fun box
()
=
A
.
foo
()