We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62c822 commit 6eb2eaeCopy full SHA for 6eb2eae
spec/cc/engine/analyzers/kotlin/kotlin_spec.rb
@@ -142,11 +142,11 @@ class ArrayDemo {
142
143
val anArray: Array<Int> = Array(10)
144
145
- for (i in 0..<10) {
+ for (i in 0..10) {
146
anArray[i] = i
147
}
148
149
150
println(anArray[i] + " ")
151
152
@@ -160,11 +160,11 @@ class ArrayDemo {
160
161
162
163
164
165
166
167
168
169
170
0 commit comments