Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
basic
/
codeFragments
/
privatesInSecondPressCompletion.kt
blob: 60f666c31bdae25e2a242c93517de8957dc420af [
file
] [
log
] [
blame
]
import
java
.
io
.
File
class
MyFile
:
File
(
"file"
)
{
private
val privateField
=
0
}
fun foo
(
f
:
MyFile
)
{
val a
=
1
<caret>
}
// INVOCATION_COUNT: 2
// EXIST: privateField
// EXIST: prefixLength