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

6 lines
120 B
Solidity
Raw Normal View History

contract C {
var a;
}
// ----
2018-05-09 11:15:27 +00:00
// ParserError: (17-20): Function, variable, struct or modifier declaration expected.