contract Test { function f(uint type) public pure { } } // ---- // ParserError 2314: (36-40): Expected ',' but got 'type'