5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
import test.JavaInterface
|
|
|
|
class KotlinChild : JavaInterface() {
|
|
override fun subject(s: String?) {}
|
|
} |