Fix mapping conversion.

This commit is contained in:
chriseth
2020-11-18 20:20:25 +01:00
parent bfe8737898
commit 7f0cc433be
2 changed files with 8 additions and 0 deletions
@@ -12,5 +12,7 @@ contract test {
return (m1[1], m1[2], m2[1], m2[2]);
}
}
// ====
// compileViaYul: also
// ----
// f() -> 42, 0, 0, 21