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