mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 21:09:47 +07:00
GitOrigin-RevId: 314a8f32ca768b18f337bc584b1a8bfe3941248e
11 lines
153 B
Java
11 lines
153 B
Java
// "Unroll loop" "true-preview"
|
|
class X {
|
|
void test() {
|
|
{
|
|
class Y {
|
|
int a = 1;
|
|
}
|
|
}
|
|
class Y {}
|
|
}
|
|
} |