6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
package test
|
|
|
|
public open class C: B() {
|
|
override fun foo(): String = ""
|
|
}
|