aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/location_specifiers_with_var.sol
blob: 2b8f08c5e50b4b3cf24cff766345f40307965517 (plain) (blame)
1
2
3
4
5
contract Foo {
    function f() { var memory x; }
}
// ----
// ParserError: (35-41): Location specifier needs explicit type name.