aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/malformed_enum_declaration.sol
blob: 9fc7efff8f42ae547f84af844af4e36e5ff0326f (plain) (blame)
1
2
3
4
5
contract c {
    enum foo { WARNING,}
}
// ----
// ParserError: (33-33): Expected identifier after ','