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

6 lines
105 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract Foo {
uint[] memory x;
}
// ----
2018-05-09 11:15:27 +00:00
// ParserError: (23-29): Expected identifier but got 'memory'