Groupped tests by folders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// INTENTION_TEXT: "Replace with 'toSet()'"
|
||||
// IS_APPLICABLE_2: false
|
||||
import java.util.HashSet
|
||||
|
||||
fun foo(map: Map<Int, String>): Collection<String> {
|
||||
val <caret>result = map.values.toSet()
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user