solidity/test/libsolidity/syntaxTests/events/event_nested_array.sol
2019-12-12 10:59:07 +01:00

6 lines
177 B
Solidity

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