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