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