mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
{
|
|
let x_1 := 1
|
|
let x_2 := 2
|
|
let x_3 := 3
|
|
}
|
|
// ====
|
|
// step: varNameCleaner
|
|
// ----
|
|
// {
|
|
// let x := 1
|
|
// let x_1 := 2
|
|
// let x_2 := 3
|
|
// }
|