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