mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Stricter bounds for memory arrays.
This commit is contained in:
@@ -8,4 +8,4 @@ contract C {
|
||||
// TypeError: (26-66): Type too large for memory.
|
||||
// TypeError: (96-116): Type too large for memory.
|
||||
// TypeError: (146-173): Type too large for memory.
|
||||
// TypeError: (203-230): Type too large for calldata.
|
||||
// TypeError: (203-230): Type too large for memory.
|
||||
|
||||
Reference in New Issue
Block a user