Files
kotlin-fork/idea/idea-completion/testData/smart/SuperConstructorArgumentInClassHeader.kt
T
Valentin Kipyatkov 9d51e8e0e6 Added test
2015-10-07 23:09:56 +03:00

10 lines
109 B
Kotlin
Vendored

open class B(p: Int)
val pInt = 0
val pString = ""
class C : B(<caret>)
// EXIST: pInt
// ABSENT: pString