8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
fun ff(): Int {
|
|
var i = 1
|
|
{
|
|
val <!NAME_SHADOWING!>i<!> = 2
|
|
}
|
|
return i
|
|
}
|