mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run prequisite steps for VarNameCleaner in tests
This commit is contained in:
@@ -12,12 +12,14 @@
|
||||
// step: varNameCleaner
|
||||
//
|
||||
// {
|
||||
// let f_1
|
||||
// {
|
||||
// let f_1
|
||||
// let f_2
|
||||
// }
|
||||
// function f(x) -> x_1, y
|
||||
// {
|
||||
// let y_1 := x
|
||||
// y := y_1
|
||||
// x_1 := y
|
||||
// }
|
||||
// let f_2
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user