blob: 166d3e7e54028e9ef1e887de902f9734758990b4 [file] [log] [blame]
// "Create Method 'test'" "true"
public class Test {
@Attr(test= {""})
public Test() {
}
}
@interface Attr {
String[] test();
}