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.