mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
11 lines
84 B
Plaintext
Vendored
11 lines
84 B
Plaintext
Vendored
package b
|
|
|
|
class B: a.A() {
|
|
fun f() {
|
|
}
|
|
}
|
|
|
|
open class BB {
|
|
fun f() {
|
|
}
|
|
} |