f8b7ce1011
Extending, Implementing, imports from paste target file previously not implemented
5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
import test.JavaInterface
|
|
|
|
class KotlinChild : JavaInterface() {
|
|
<caret>
|
|
} |