solidity/test/libsolidity/syntaxTests/parsing/malformed_enum_declaration.sol

6 lines
100 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract c {
enum foo { WARNING,}
}
// ----
// ParserError: (33-33): Expected Identifier after ','