8 lines
60 B
Plaintext
Vendored
8 lines
60 B
Plaintext
Vendored
open class A {
|
|
open fun foo() {
|
|
|
|
}
|
|
}
|
|
|
|
class B: A {
|
|
} |