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

7 lines
126 B
Solidity

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