kotlin-koans-edu-obsolete
kotlin-koans-edu-obsolete copied to clipboard
Remove unnecessary toSet() conversion in Fold solution
Set.intersect(...) parameter is an Iterable rather than a Set. Link to koan: https://try.kotlinlang.org/#/Kotlin%20Koans/Collections/Fold/Task.kt