mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 16f2532fa7f7ed391da553022c3dce685b823571
4 lines
95 B
Java
4 lines
95 B
Java
// "Make annotation applicable to fields" "false"
|
|
class Main {
|
|
@Override<caret> int x = 42;
|
|
} |