blob: 101ab1085cfaeee8cfe9a33a1e4b7d196ccf65fc [file] [log] [blame]
class A{
void foo(Object a){}
void foo(Object a, int b){}
{
foo(this<caret>
}
}