mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
165 B
Plaintext
17 lines
165 B
Plaintext
|
{
|
||
|
let a
|
||
|
{
|
||
|
let b
|
||
|
b := 2
|
||
|
a := 2
|
||
|
}
|
||
|
}
|
||
|
// ----
|
||
|
// redundantAssignEliminator
|
||
|
// {
|
||
|
// let a
|
||
|
// {
|
||
|
// let b
|
||
|
// }
|
||
|
// }
|