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

4 lines
90 B
Solidity

contract type { }
// ----
// ParserError 2314: (9-13): Expected identifier but got 'type'