mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
7 lines
99 B
Java
7 lines
99 B
Java
class A {
|
|
void foo() {}
|
|
void foo(int a, int b, int c) {}
|
|
{
|
|
foo(<caret>)
|
|
}
|
|
} |