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