// WITH_RUNTIME // INTENTION_TEXT: "Replace with 'mapTo(){}'" fun foo(list: List, target: MutableList) { list.mapTo(target) { it.length } }