solidity/test/libsolidity/syntaxTests/constants/file_level_memory.sol
2020-10-08 18:56:18 +02:00

4 lines
104 B
Solidity

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