// ISSUE: KT-60450 fun main() { val l = listOf() l.zip(l).forEach { left, right } l.zip(l).forEach { left, right -> } }