// "Reuse previous variable 'i'" "true-preview" import java.io.*; class a { void f(int i) { int i = 234/5+7; } }