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

6 lines
110 B
Solidity

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