aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/single_function_param_trailing_comma.sol
blob: fe52b3b2cbb82f0a1ad342e68bf99a95e4b21aee (plain) (blame)
1
2
3
4
5
contract test {
    function(uint a,) {}
}
// ----
// ParserError: (32-33): Unexpected trailing comma in parameter list.