af9e66da62
#KT-7441 Fixed
9 lines
134 B
Kotlin
Vendored
9 lines
134 B
Kotlin
Vendored
open class B(p: Int)
|
|
|
|
class C : B {
|
|
constructor(pInt: Int, pString: String) : super(<caret>)
|
|
}
|
|
|
|
// EXIST: pInt
|
|
// ABSENT: pString
|