mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul codegen for immutables.
This commit is contained in:
@@ -26,5 +26,7 @@ contract D is B, C {
|
||||
return (a, b, c, d);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 4, 3, 2, 1
|
||||
|
||||
Reference in New Issue
Block a user