solidity/test/libsolidity/syntaxTests/events/illegal_names_exception_file_level.sol

5 lines
106 B
Solidity
Raw Normal View History

2023-09-07 14:13:10 +00:00
// Exception for the illegal name list. External interface events
event this();
event super();
event _();