Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
box
/
objects
/
methodOnObject.kt
blob: bdff2a1fec15156dbf0e55e2bbf56fa89cf17867 [
file
]
object
A
{
fun result
()
=
"OK"
}
fun box
():
String
=
A
.
result
()