mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-15 11:18:23 +07:00
7 lines
97 B
Java
7 lines
97 B
Java
class A{
|
|
{
|
|
final int a = 1;
|
|
final int b = 2;
|
|
final int c = 3;
|
|
}
|
|
} |