Sign for new Block is empty line. But no new block is recognize if } is included in comment after empty line. This is shown as one block: ``` // comment 1 System.out.print(1); // comment 2 } System.out.print(2); ``` Regards Frank