class X { { if (true) { System.out.println(); <caret>} else { System.out.println(); } } }