aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/malformed_enum_declaration.sol
blob: 811b4219168fae6ab5527d289139a7e0594aed7e (plain) (tree)
1
2
3
4
5



                            
                                                      
contract c {
    enum foo { WARNING,}
}
// ----
// ParserError: (33-34): Expected identifier after ','