public class A { void doX() { if (1 > 0) { return; // } return; } }