solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
contract C {
    function f(uint size) public {
        new uint[1];
    }
}
// ----
// TypeError 3904: (60-67): Length has to be placed in parentheses after the array type for new expression.