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