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

4 lines
104 B
Solidity
Raw Normal View History

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