blob: 971148ca2481db12c13e4dc48c3df7a63dc406e7 [file] [log] [blame]
class Test {
public void foo(final String[]... arg) {
}
{
foo();
}
}