solidity/test/libsolidity/syntaxTests/metaTypes/typeNotRegularIdentifierParameter.sol

7 lines
130 B
Solidity

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