2841931ffa
#KT-10828 Fixed
5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
import test.JavaInterface
|
|
|
|
class KotlinChild : JavaInterface() {
|
|
override fun subject(s: String?) {}
|
|
} |