mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 23:52:27 +07:00
GitOrigin-RevId: 3f4924e16741deec404747f74c7e7c93999b70aa
7 lines
55 B
Java
7 lines
55 B
Java
enum TestEnum {
|
|
|
|
A {
|
|
void <caret>foo() {}
|
|
};
|
|
|
|
} |