Simplify default imports.

This commit is contained in:
Nikolay Igotti
2017-03-06 15:22:25 +03:00
parent 2e81c045a7
commit 361e94fd1a
2 changed files with 5 additions and 9 deletions
@@ -14,5 +14,3 @@ public interface Comparable<in T> {
public operator fun compareTo(other: T): Int
}
typealias Comparator<T> = kotlin.comparisons.Comparator<T>