solidity/test/libsolidity/syntaxTests/events/event_nested_array.sol

6 lines
168 B
Solidity
Raw Normal View History

contract c {
event E(uint[][]);
}
// ----
2020-10-29 18:40:17 +00:00
// TypeError 3061: (25-33): This type is only supported in ABI coder v2. Use "pragma abicoder v2;" to enable the feature.