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

5 lines
58 B
Kotlin
Vendored

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