1 2 3 4 5 6
contract test { event Test(uint a, uint b,); function(uint a) {} } // ---- // ParserError: (45-46): Unexpected trailing comma in parameter list.