Files
kotlin-fork/backend.native/tests/external/codegen/box/objects/methodOnObject.kt
T
2017-03-13 15:31:46 +03:00

6 lines
67 B
Kotlin

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