Hold back eachSumOf for a while: fixups.

Remove unneeded import.
This commit is contained in:
Ilya Gorbunov
2017-01-11 20:04:00 +03:00
parent edb4fd1dfd
commit 6273ab5d43
3 changed files with 1 additions and 4 deletions
@@ -158,4 +158,4 @@ header operator fun <K, V> MutableMap<K, V>.set(key: K, value: V): Unit
// from Grouping.kt
public header fun <T, K> Grouping<T, K>.eachCount(): Map<K, Int>
public header inline fun <T, K> Grouping<T, K>.eachSumOf(valueSelector: (T) -> Int): Map<K, Int>
// public header inline fun <T, K> Grouping<T, K>.eachSumOf(valueSelector: (T) -> Int): Map<K, Int>