Files
2024-04-01 10:52:18 +00:00

10 lines
144 B
Java

// "Create @interface method 'test()'" "true"
public class Test {
@Attr(te<caret>st= {""})
public Test() {
}
}
@interface Attr {
}