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