solidity/test/libsolidity/syntaxTests/events/illegal_names_exception_file_level.sol
2023-09-15 14:47:40 +02:00

5 lines
106 B
Solidity

// Exception for the illegal name list. External interface events
event this();
event super();
event _();