mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 16:19:35 +07:00
c19534589b
GitOrigin-RevId: 1290ab27997b03c6a75b1c8172a3477722144941
5 lines
66 B
Java
5 lines
66 B
Java
// "Remove initializer" "true"
|
|
|
|
interface A {
|
|
static {}<caret>
|
|
} |