mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
abi-spec: example code doesn't fit grammar.txt.
This commit is contained in:
parent
f9b240096f
commit
fcf66721da
@ -334,8 +334,8 @@ For example,
|
||||
|
||||
contract Test {
|
||||
function Test(){ b = 0x12345678901234567890123456789012; }
|
||||
event Event(uint indexed a, bytes32 b)
|
||||
event Event2(uint indexed a, bytes32 b)
|
||||
event Event(uint indexed a, bytes32 b);
|
||||
event Event2(uint indexed a, bytes32 b);
|
||||
function foo(uint a) { Event(a, b); }
|
||||
bytes32 b;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user