mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo
This commit is contained in:
parent
e6c778e740
commit
2650703ece
@ -3019,7 +3019,7 @@ BOOST_AUTO_TEST_CASE(array_copy_calldata_storage)
|
|||||||
m_data = a;
|
m_data = a;
|
||||||
m_data_dyn = a;
|
m_data_dyn = a;
|
||||||
m_byte_data = b;
|
m_byte_data = b;
|
||||||
return b[3][1]; // note that access and declaration[ are reversed to each other
|
return b[3][1]; // note that access and declaration are reversed to each other
|
||||||
}
|
}
|
||||||
function retrieve() returns (uint a, uint b, uint c, uint d, uint e, uint f, uint g) {
|
function retrieve() returns (uint a, uint b, uint c, uint d, uint e, uint f, uint g) {
|
||||||
a = m_data.length;
|
a = m_data.length;
|
||||||
|
Loading…
Reference in New Issue
Block a user