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

7 lines
115 B
Kotlin
Vendored

class C(p: Int) {
constructor(pString: String, pInt: Int) : this(<caret>)
}
// EXIST: pInt
// ABSENT: pString