import test.JavaInterface class KotlinChild : JavaInterface() { override fun subject(s: String?) {} }