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