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