mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 01:20:53 +07:00
7 lines
132 B
Java
7 lines
132 B
Java
// "Add String as 2nd parameter to method f" "false"
|
|
public class S {
|
|
void f(int... args) {
|
|
f(1,1, "")<caret>;
|
|
}
|
|
}
|