7 lines
90 B
Kotlin
Vendored
7 lines
90 B
Kotlin
Vendored
fun f(i: Int) {
|
|
for (j in 1..100) {
|
|
{
|
|
var i = 12
|
|
}
|
|
}
|
|
} |