mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implement inline arrays.
This commit is contained in:
@@ -4,6 +4,7 @@ contract C {
|
||||
return [4][0];
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 4
|
||||
|
||||
Reference in New Issue
Block a user