5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
class Derived : Base() {
|
|
fun getValue() = value
|
|
|
|
fun foo() = value
|
|
} |