mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
|
{
|
||
|
// This is not joined because a is referenced multiple times
|
||
|
let a := mload(2)
|
||
|
let b := add(a, a)
|
||
|
}
|
||
|
// ----
|
||
|
// expressionJoiner
|
||
|
// {
|
||
|
// let a := mload(2)
|
||
|
// let b := add(a, a)
|
||
|
// }
|