6 lines
91 B
Kotlin
6 lines
91 B
Kotlin
package test
|
|
|
|
class K1 : J() {
|
|
override fun foo(l: MutableList<String>): String = ""
|
|
}
|