blob: b437b13a75d6a04773e7dfa3d2b231999581b073 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
package b
fun main() {
var ints : Array<Int?> = arrayOfNulls<Int>(31)
ints[0] = 4; ints[11] = 5; ints[2] =7
for(i in 0..ints.size)
ints[i<!SYNTAX!><!>
}
/* GENERATED_FIR_TAGS: assignment, forLoop, functionDeclaration, integerLiteral, localProperty, nullableType,
propertyDeclaration, rangeExpression */