mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 04:43:02 +07:00
GitOrigin-RevId: 730f8ee85a808be2803c59bd5f8593f9a499703a
7 lines
78 B
Java
7 lines
78 B
Java
// "Add Javadoc" "true"
|
|
class Foo {
|
|
int x = 2, /**
|
|
*
|
|
*/
|
|
y = 1;
|
|
} |