blob: ae8458e656bc185ced4bcbf7300176e808ce9a90 [file] [log] [blame]
public class A {
void doX() {
if (1 > 0) {//
return;
}
return;
}
}