Implement inline arrays.

This commit is contained in:
chriseth
2020-07-20 17:06:32 +02:00
parent ac95e98b2b
commit 50a54fa8aa
4 changed files with 57 additions and 7 deletions
@@ -4,6 +4,7 @@ contract C {
return [4][0];
}
}
// ====
// compileViaYul: also
// ----
// f() -> 4