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

10 lines
150 B
Java

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