mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 06:51:01 +07:00
9 lines
185 B
Java
9 lines
185 B
Java
// "Generate overloaded method with default parameter values" "true"
|
|
class Test {
|
|
int foo(int i<caret>i){
|
|
//comment1
|
|
System.out.println("");
|
|
//comment2
|
|
return 1;
|
|
}
|
|
} |