Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/target6Inheritance/target6.kt
T
2016-10-03 14:13:17 +03:00

9 lines
80 B
Kotlin
Vendored

interface Z {
fun test() {
}
val z: String
get() = "OK"
}