6 lines
48 B
Kotlin
Vendored
6 lines
48 B
Kotlin
Vendored
package foo
|
|
|
|
class C : B() {
|
|
fun baz() {}
|
|
}
|