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