blob: e77845541f0a7539517b2e0be4b0290f41f0fa3e [file] [log] [blame]
package test0012;
@interface Foo {
}
public class X {
public void bar(@Foo final String[][]... args) {
}
}