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

6 lines
177 B
Solidity
Raw Normal View History

contract c {
event E(uint[][]);
}
// ----
2019-12-11 16:05:44 +00:00
// TypeError: (25-33): This type is only supported in ABIEncoderV2. Use "pragma experimental ABIEncoderV2;" to enable the feature.