Files

8 lines
75 B
Kotlin
Vendored

// KT-5159
object Test {
val a = "OK"
}
fun box(): String? = Test?.a