mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +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>
|
|
}
|
|
} |