mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 14:36:58 +07:00
10 lines
101 B
Java
10 lines
101 B
Java
class A{
|
|
void foo(int a){}
|
|
void foo(int a, int b){}
|
|
|
|
{
|
|
int aaa = 0;
|
|
|
|
foo(aaa<caret>
|
|
}
|
|
} |