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

7 lines
125 B
Solidity
Raw Normal View History

2019-01-10 11:11:55 +00:00
contract Test {
function f(uint type) public pure {
}
}
// ----
// ParserError: (36-40): Expected ',' but got 'type'