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