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

4 lines
85 B
Solidity
Raw Normal View History

2019-01-10 11:11:55 +00:00
contract type { }
// ----
// ParserError: (9-13): Expected identifier but got 'type'