mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 23:11:44 +07:00
e8c5e2e3ec
GitOrigin-RevId: 25aa0068b8a1bf4b2a2c08ccf8c086bb49aa30ae
5 lines
82 B
Java
5 lines
82 B
Java
class A {
|
|
void test() {
|
|
int foo; /*foo*/int bar; /*bar*/int baz; //baz
|
|
}
|
|
} |