Move comparison related functions to kotlin.comparisons, update imports in stdlib.
This commit is contained in:
@@ -2,6 +2,7 @@ package test.collections.binarySearch
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.comparisons.*
|
||||
|
||||
class ListBinarySearchTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user