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