5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
package test
|
|
|
|
class Derived(): Base() {
|
|
override fun foo() {}
|
|
} |