6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
fun ff(): Int {
|
|
var i = 1
|
|
{ (i: Int) => i }
|
|
return i
|
|
}
|