This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f30c7cbac8
solidity
/
test
/
libsolidity
/
syntaxTests
/
events
/
event_nested_array_v2.sol
6 lines
80 B
Solidity
Raw
Normal View
History
Unescape
Escape
Use new abicoder pragma.
2020-11-23 18:06:44 +00:00
pragma
abicoder
v2
;
Disallow indexed reference types in events when using ABIEncoderV2
2018-08-15 10:30:29 +00:00
contract
c
{
event
E
(
uint
[
]
[
]
)
;
}
// ----
Reference in New Issue
Copy Permalink