mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
4 lines
144 B
Java
4 lines
144 B
Java
// "Generate overloaded method with default parameter values" "true"
|
|
abstract class Test {
|
|
abstract int foo(int i<caret>i, boolean... args);
|
|
} |