solidity/test/libsolidity/syntaxTests/parsing/event_arguments_indexed.sol
2018-05-22 13:25:04 +02:00

4 lines
71 B
Solidity

contract c {
event e(uint a, bytes32 indexed s, bool indexed b);
}