Fix bug in array to storage copy routine.

This commit is contained in:
chriseth
2020-11-17 14:56:44 +01:00
parent adaf1ff7df
commit fffd0306f5
3 changed files with 12 additions and 4 deletions
@@ -11,5 +11,7 @@ contract c {
}
}
// ====
// compileViaYul: also
// ----
// test(uint256[2][]): 32, 3, 7, 8, 9, 10, 11, 12 -> 10
@@ -15,6 +15,8 @@ contract c {
data2 = data1;
}
}
// ====
// compileViaYul: also
// ----
// test() -> 4, 5
// storage: empty