mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-11 22:25:56 +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;
|
|
} |