5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
package test
|
|
|
|
open class B : A() {
|
|
override fun foo(): Int = 1
|
|
} |