solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2018-05-03 22:10:51 +01:00

6 lines
107 B
Solidity

contract c {
uint external x;
}
// ----
// ParserError: (19-19): Expected token Identifier got 'External'