compiler/testData/codegen/box/objects/methodOnObject.kt (4 lines of code) (raw):

object A { fun result() = "OK" } fun box(): String = A.result()