solidity/test/libsolidity/ASTJSON/event_definition.sol

2 lines
26 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract C { event E(); }