solidity/test/libsolidity/syntaxTests/constants/file_level_memory.sol
2022-04-01 23:41:18 -05:00

4 lines
113 B
Solidity

uint[] memory constant x = 2;
// ----
// ParserError 2314: (7-13='memory'): Expected identifier but got 'memory'