solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol

6 lines
107 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract c {
uint external x;
}
// ----
// ParserError: (19-19): Expected token Identifier got 'External'