mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 01:26:26 +07:00
10 lines
141 B
Java
10 lines
141 B
Java
class C {
|
|
void method() {}
|
|
void method(String s) {}
|
|
void method(String... s) {}
|
|
void method1(String... s) {}
|
|
|
|
{
|
|
me<caret>
|
|
}
|
|
} |