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