fun test() { val x: /*T2@*/List = listOf()/*List*/ for (y: /*T3@*/String in x/*T2@List*/) { val z: /*T4@*/String = x/*T2@List*/ } } //T0 <: T1 due to 'INITIALIZER' //T2 <: T4 due to 'INITIALIZER' //T1 <: T3 due to 'ASSIGNMENT'