blob: 5c57e373410e89fb6b692f58924dff56c1690156 [file] [log] [blame]
// "Reuse previous variable 'i' declaration" "true"
import java.io.*;
class a {
void f(int i) {
int h = 7;
}
}