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
@@ -5,7 +5,7 @@ import java.io.ByteArrayOutputStream
import java.io.ObjectInputStream
import java.io.ObjectOutputStream
import kotlin.test.*
import kotlin.comparisons.*
import java.util.*
import org.junit.Test as test