solidity/test/libsolidity/syntaxTests/parsing/external_variable.sol
2018-05-09 14:08:25 +02:00

6 lines
105 B
Solidity

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