Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
/
style
/
after4.java
blob: 101ab1085cfaeee8cfe9a33a1e4b7d196ccf65fc [
file
] [
log
] [
blame
]
class
A
{
void
foo
(
Object
a
){}
void
foo
(
Object
a
,
int
b
){}
{
foo
(
this
<
caret
>
}
}