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

6 lines
105 B
Solidity
Raw Normal View History

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