mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
196 B
Plaintext
17 lines
196 B
Plaintext
{
|
|
let a
|
|
let b
|
|
function f() -> x, y { }
|
|
a, b := f()
|
|
}
|
|
// ----
|
|
// step: unusedPruner
|
|
//
|
|
// {
|
|
// let a
|
|
// let b
|
|
// function f() -> x, y
|
|
// { }
|
|
// a, b := f()
|
|
// }
|