solidity/test/libsolidity/syntaxTests/parsing/var_storage_var.sol

6 lines
120 B
Solidity
Raw Normal View History

contract C {
var a;
}
// ----
// ParserError: (17-17): Function, variable, struct or modifier declaration expected.