// "Unroll loop" "true-preview" class X { void test() { int y = 1 + 1; class Y { } System.out.println(y); } }