mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 19:12:21 +07:00
7c7e99ab98
GitOrigin-RevId: 314a8f32ca768b18f337bc584b1a8bfe3941248e
9 lines
137 B
Java
9 lines
137 B
Java
// "Unroll loop" "true-preview"
|
|
class X {
|
|
void test() {
|
|
int y = 1 + 1;
|
|
class Y {
|
|
}
|
|
System.out.println(y);
|
|
}
|
|
} |