1 2 3 4 5 6 7 8
contract C { event A(); function f() { emit A; } } // ---- // ParserError: (49-49): Expected token LParen got 'Semicolon'