aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/location_specifiers_for_state_variables_multi.sol
blob: e34df2b22452d288e03ffcd6a92b913a8e45c5f7 (plain) (blame)
1
2
3
4
5
contract Foo {
    uint[] memory storage calldata x;
}
// ----
// ParserError: (23-29): Expected identifier but got 'memory'