solidity/test/libsolidity/syntaxTests/array/length/invalid_expression_5.sol
2022-04-01 23:41:18 -05:00

6 lines
141 B
Solidity

contract C {
uint[3/0] ids;
}
// ----
// TypeError 6020: (22-25='3/0'): Operator / not compatible with types int_const 3 and int_const 0