Files
kotlin/compiler/testData/codegen/box/ir/objectClass.kt
2018-08-02 09:52:48 +02:00

6 lines
70 B
Kotlin
Vendored

object Test {
val ok = "OK"
}
fun box(): String =
Test.ok