solidity/test/libsolidity/ASTJSON/event_definition.sol

4 lines
35 B
Solidity
Raw Normal View History

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