solidity/test/libsolidity/syntaxTests/array/length/bytes32_too_large.sol
2018-10-10 23:18:32 +02:00

6 lines
141 B
Solidity

contract C {
bytes32[8**90] ids;
}
// ----
// TypeError: (25-30): Invalid array length, expected integer literal or constant expression.