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