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

6 lines
106 B
Solidity

contract c {
uint external x;
}
// ----
// ParserError: (19-27): Expected identifier but got "external".