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