Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
SuperConstructorArgumentInClassHeader.kt
blob: 14ea36cff6eeb90c7013552721eb89fd4f3e0178 [
file
] [
log
] [
blame
]
open
class
B
(
p
:
Int
)
val pInt
=
0
val pString
=
""
class
C
:
B
(<
caret
>)
// EXIST: pInt
// ABSENT: pString