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

6 lines
101 B
Solidity
Raw Normal View History

2019-01-10 11:11:55 +00:00
contract Test {
uint type;
}
// ----
// ParserError: (25-29): Expected identifier but got 'type'