d7e79e7f28
#KT-8324 Fixed
5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
open class A(n: Int)
|
|
|
|
class B {
|
|
constructor(x: Int) : <selection>A</selection>(x + 1)
|
|
} |