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