mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-28 22:59:54 +07:00
5 lines
73 B
Java
5 lines
73 B
Java
class A{
|
|
final int a = 1;
|
|
final int b = 2;
|
|
final int c = 3;
|
|
} |