6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
fun f(): Int {
|
|
var i = 17
|
|
{ (): Unit => var <!NAME_SHADOWING!>i<!> = 18 }
|
|
return i
|
|
}
|