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

6 lines
83 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract c {
event e;
}
// ----
2018-05-02 18:49:36 +00:00
// ParserError: (21-21): Expected '(' but got ';'