a2d58cca63
Original commit: 9bb876e6da
3 lines
37 B
Kotlin
3 lines
37 B
Kotlin
class AChild : A() {
|
|
fun j() {}
|
|
} |