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