12 lines
92 B
Plaintext
Vendored
12 lines
92 B
Plaintext
Vendored
open class A {
|
|
}
|
|
|
|
class B: A {
|
|
fun bar() {
|
|
foo()
|
|
}
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |