// "Create local variable 'x'" "true-preview" class A { public void foo() { Object x; x; } }