// "Replace with 'x'" "true-preview" class X { void test(int x, int y) { if (x != y) return; System.out.println(x); } }