[Sol->Yul] Implementing push for nested storage arrays and storage arrays of structs.

This commit is contained in:
Djordje Mijovic
2020-10-06 13:06:40 +02:00
parent 756e21a888
commit 818afcbec2
7 changed files with 53 additions and 5 deletions
@@ -18,6 +18,8 @@ contract C {
n[1][1].b = 10;
}
}
// ====
// compileViaYul: also
// ----
// m(uint256,uint256): 0, 0 -> 0x00, 0x00
// m(uint256,uint256): 1, 0 -> 1, 2