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

4 lines
58 B
Kotlin
Vendored

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