blob: 0d5ff1b0782f6649cd1ab2c573f69a17a6f9bc23 [file] [log] [blame]
// "Generate delegated method with default parameter value" "false"
class Test {
void foo(){}
void foo(int i<caret>i){
}
}