5f1cc3b152
#KT-3262 Fixed
7 lines
80 B
Plaintext
Vendored
7 lines
80 B
Plaintext
Vendored
class A {
|
|
fun a() {}
|
|
|
|
open class B(i: Int)
|
|
|
|
class C(i: Int) : B(i)
|
|
} |