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