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

4 lines
85 B
Solidity

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