class KotlinSub : JavaSuper() { override fun foo(aa: Int, b: String) { } }