Files
kotlin-fork/nj2k/testData/newJ2k/foreachStatement/enhancedForWithExpression.kt
T
2019-04-22 22:54:48 +03:00

2 lines
29 B
Kotlin
Vendored

var i = 0
for (n in list) i++