Files
solidity/test/libsolidity/syntaxTests/parsing/event_arguments.sol
T

5 lines
55 B
Solidity

contract c {
event e(uint a, bytes32 s);
}
// ----