806aa7d4c1
So #KT-19428 Fixed
8 lines
72 B
Plaintext
Vendored
8 lines
72 B
Plaintext
Vendored
open class Foo {
|
|
open fun simple() {
|
|
}
|
|
}
|
|
|
|
class Bar : Foo() {
|
|
}
|