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

7 lines
81 B
Kotlin

private const val z = "OK";
fun box(): String {
return {
z
}()
}