// "Reuse previous variable 'i' declaration" "true" import java.io.*; class a { void f(int[] i) { i = new int[]{}; } }