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

7 lines
131 B
Solidity

contract Test {
function type() public pure {
}
}
// ----
// ParserError 2314: (29-33): Expected identifier but got 'type'