mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 18:03:06 +07:00
5 lines
75 B
Java
5 lines
75 B
Java
class X {
|
|
void Y() {
|
|
z: for (int i = 0; i < 24; i++) {}
|
|
}
|
|
} |