// "Reuse previous variable 'i'" "false" import java.io.*; class a { int i; final int i; void f() { int h = 7; } }