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