solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2018-05-02 21:21:11 +01:00

6 lines
102 B
Solidity

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