5 lines
98 B
Kotlin
5 lines
98 B
Kotlin
class C : javaApi.Derived() {
|
|
override fun foo(s: String?): String? {
|
|
return s
|
|
}
|
|
} |