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