aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/events/event_nested_array.sol
blob: 70af63b69ed317c6fb13ea031f5d60008b0d7fcb (plain) (blame)
1
2
3
4
5
contract c {
    event E(uint[][]);
}
// ----
// TypeError: (25-33): This type is only supported in the new experimental ABI encoder. Use "pragma experimental ABIEncoderV2;" to enable the feature.