[Sol->Yul] Implement getters.

This commit is contained in:
chriseth
2020-06-03 10:33:37 +02:00
parent 8ab8d5b1b0
commit 37e8d78cff
6 changed files with 179 additions and 85 deletions
@@ -8,6 +8,8 @@ contract test {
dynamicData[2][2] = 8;
}
}
// ====
// compileViaYul: also
// ----
// data(uint256,uint256): 2, 2 -> 8
// data(uint256,uint256): 2, 8 -> FAILURE # NB: the original code contained a bug here #