mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 9bbb7bc2613e432d4941eb55ecab25728af11a82
4 lines
83 B
Java
4 lines
83 B
Java
class A {
|
|
private static final String a = "a", b = "b", c = "c", /**/ d = "d";
|
|
}
|