// "Remove local variable 'n'" "true-preview" class C { void foo(Object o) { if (o instanceof Integer) { Integer n; int i = (n = (Integer) o) + 1; } } }