// WITH_RUNTIME // INTENTION_TEXT: "Replace with 'toList()'" // IS_APPLICABLE_2: false fun foo(map: Map): List { val result = map.values.toList() return result }