solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2018-05-04 13:31:56 +01:00

6 lines
105 B
Solidity

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