index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
parsing
/
event_arguments_indexed.sol
blob: d603fc0834f791d9b53b3c6f59967979238f9edc (
plain
) (
blame
)
1
2
3
contract
c
{
event
e
(
uint
a
,
bytes32
indexed s
,
bool
indexed b
);
}