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

6 lines
132 B
Solidity

contract Foo {
function f() { var memory x; }
}
// ----
// ParserError 7439: (35-41): Location specifier needs explicit type name.