blob: a43c160b6d38b7e6fcff98a3beb5fc6018c76edf [file] [log] [blame]
// "Fix all 'Constant conditions & exceptions' problems in file" "true"
public class Test {
void foo1() {
int k = 0;
int i = 0;
}
void foo2() {
int k = 0;
int i = 0;
}
}