solidity/test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol
2018-04-11 18:01:24 +02:00

6 lines
130 B
Solidity

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