f8b7ce1011
Extending, Implementing, imports from paste target file previously not implemented
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
import test.JavaParent
|
|
|
|
class KotlinChild : JavaParent() {
|
|
override fun subject() {
|
|
}
|
|
} |