6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
fun testSome() {
|
|
var a = 12
|
|
for (var a in 1..10)
|
|
a = 11
|
|
a = 10
|
|
} |