9 lines
80 B
Kotlin
Vendored
9 lines
80 B
Kotlin
Vendored
interface Z {
|
|
|
|
fun test() {
|
|
|
|
}
|
|
|
|
val z: String
|
|
get() = "OK"
|
|
} |