mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
9 lines
163 B
Java
9 lines
163 B
Java
class XYZ {
|
|
static int name;
|
|
|
|
void method() {
|
|
System.out.println(name);
|
|
<selection>27</selection>
|
|
System.out.println(name);
|
|
}
|
|
} |