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