solidity/test/libsolidity/syntaxTests/metaTypes/typeNotRegularIdentifierParameter.sol
2019-01-17 20:36:48 +01:00

7 lines
125 B
Solidity

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