Files

10 lines
146 B
Java

// "Create Method 'test'" "false"
public class Test {
@Attr(te<caret>st= {new String[]{""}})
public Test() {
}
}
@interface Attr {
}