534a773816
#KT-15056 Fixed
9 lines
93 B
Plaintext
Vendored
9 lines
93 B
Plaintext
Vendored
open class K
|
|
|
|
fun foo(n: Int) {
|
|
val x = <caret>O()
|
|
}
|
|
|
|
class O : K() {
|
|
fun bar() = 1
|
|
} |