solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2020-01-08 16:12:06 +01:00

6 lines
105 B
Solidity

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