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