blob: 6bbd9d56135a75d29f06ca1ba69fbbafd6bde961 [file] [log] [blame]
public class X {
void f(int i) {
if (i==0) {
return;
}
int j = 0;
}
}