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