mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
{
|
|
{
|
|
let x := 2
|
|
}
|
|
function f() -> y { y := 8 }
|
|
}
|
|
// ----
|
|
// step: functionGrouper
|
|
//
|
|
// {
|
|
// { let x := 2 }
|
|
// function f() -> y
|
|
// { y := 8 }
|
|
// }
|