solidity/test/libsolidity/syntaxTests/constants/file_level_memory_inverted.sol

4 lines
105 B
Solidity
Raw Normal View History

2020-09-25 10:21:55 +00:00
uint[] constant memory x = 2;
// ----
// ParserError 2314: (16-22): Expected identifier but got 'memory'