Move comparison related functions to kotlin.comparisons, update imports in stdlib.

This commit is contained in:
Ilya Gorbunov
2016-01-16 16:00:36 +03:00
parent c250921643
commit 67ef790abc
20 changed files with 353 additions and 2 deletions
@@ -2,6 +2,7 @@ package test.collections.binarySearch
import org.junit.Test
import kotlin.test.assertEquals
import kotlin.comparisons.*
class ListBinarySearchTest {