Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
PreviousArgError.kt
blob: 9288dd9d16a294c2dd70e8d5337a575a213c9092 [
file
] [
log
] [
blame
]
class
A
class
B
class
C
class
D
class
E
fun foo
(
s
:
String
,
a
:
A
){}
fun foo
(
p
:
Int
,
b
:
B
,
c
:
C
){}
fun foo
(
s
:
String
,
d
:
D
,
e
:
E
,
a
:
A
){}
fun f
(
pa
:
A
,
pb
:
B
,
pc
:
C
,
pd
:
D
,
pe
:
E
)
{
foo
(
xxx
,
pb
,
<caret>
)
}
// EXIST: pc
// ABSENT: pa, pb, pd, pe