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

4 lines
105 B
Solidity

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