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

6 lines
105 B
Solidity

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