Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
ThisConstructorArgument.kt
blob: f4f621879a88b01eb1560dd7b77e9f58733608ef [
file
] [
log
] [
blame
]
class
C
(
p
:
Int
)
{
constructor
(
pString
:
String
,
pInt
:
Int
)
:
this
(<
caret
>)
}
// EXIST: pInt
// ABSENT: pString