solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
contract C {
    uint constant LEN = keccak256(ripemd160(33));
    uint[LEN] ids;
}
// ----
// TypeError 5462: (72-75): Invalid array length, expected integer literal or constant expression.