mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 10:28:57 +07:00
GitOrigin-RevId: 202cf795eba05296027ab41e034220a9c1a6b678
10 lines
137 B
Java
10 lines
137 B
Java
// "Create method 'test'" "true-preview"
|
|
public class Test {
|
|
@Attr(te<caret>st= "")
|
|
public Test() {
|
|
}
|
|
}
|
|
|
|
@interface Attr {
|
|
}
|