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