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

6 lines
88 B
Solidity
Raw Normal View History

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