7 lines
74 B
Kotlin
Vendored
7 lines
74 B
Kotlin
Vendored
fun ff(): Int {
|
|
var i = 1
|
|
for (i in 0..10) {
|
|
}
|
|
return i
|
|
}
|