`listOf(1 to 2).forEach { (a, b) -> /* do somet...
# eap
k
listOf(1 to 2).forEach { (a, b) -> /* do something with a and b */ }