mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 12:50:56 +07:00
3 lines
54 B
Java
3 lines
54 B
Java
void f(String s, int... args) {
|
|
f("",1,1);
|
|
} |