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