Files
kotlin-fork/compiler/testData/codegen/boxInline/private/accessorStability.1.kt
T
2015-10-18 17:53:28 +03:00

6 lines
55 B
Kotlin
Vendored

import test.*
fun box(): String {
return call()
}