Files
kotlin-fork/idea/idea-completion/testData/smart/SuperConstructorArgument.kt
T

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