Please tell me - why the following prints nothing? (it compiles)
interface I {}; I tester = new I() {{System.out.println("???");}}; <
interface I {}; I tester = new I() {{System.out.println("???");}};