5 lines
83 B
Kotlin
5 lines
83 B
Kotlin
class KotlinSub : JavaSuper() {
|
|
override fun foo(aa: Int, b: String) {
|
|
}
|
|
}
|