mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-08 06:10:59 +07:00
4 lines
81 B
Java
4 lines
81 B
Java
// "Add the 'FIELD' target" "false"
|
|
class Main {
|
|
@Override<caret> int x = 42;
|
|
} |