blob: e298bc77f4a655ee0e5ce87418f3700454846b0a [file] [log] [blame]
// "Generate delegated method with default parameter value" "true"
abstract class Test {
abstract int foo(int i<caret>i, boolean... args);
}