solidity/test/libsolidity/ASTJSON/event_definition.sol
2019-10-02 22:31:12 +02:00

4 lines
35 B
Solidity

contract C { event E(); }
// ----