3 lines
48 B
Kotlin
Vendored
3 lines
48 B
Kotlin
Vendored
class C : Base1 by Base2(1) {
|
|
fun test() { }
|
|
} |