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