9 lines
95 B
Plaintext
Vendored
9 lines
95 B
Plaintext
Vendored
open class K
|
|
|
|
fun foo(n: Int) {
|
|
val x = K1()
|
|
}
|
|
|
|
class K1<caret> : K() {
|
|
fun bar() = 1
|
|
} |