Files
2013-03-12 20:40:18 +04:00

6 lines
79 B
Kotlin
Vendored

package test
public open class C: B() {
override fun foo(): String = ""
}