aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/arrayLength/invalid_expression_1.sol
blob: c92861eb4e6902ef436f6c9d34b745cb257609e2 (plain) (blame)
1
2
3
4
5
contract C {
    uint[-true] ids;
}
// ----
// TypeError: (22-27): Invalid array length, expected integer literal or constant expression.