solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2022-04-01 23:41:18 -05:00

6 lines
121 B
Solidity

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