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

7 lines
131 B
Solidity
Raw Normal View History

2019-01-10 11:11:55 +00:00
contract Test {
function type() public pure {
}
}
// ----
// ParserError 2314: (29-33): Expected identifier but got 'type'