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