Remove unneeded default imports in stdlib and tests
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
package test.comparisons
|
||||
|
||||
import kotlin.test.*
|
||||
import kotlin.comparisons.*
|
||||
|
||||
data class Item(val name: String, val rating: Int) : Comparable<Item> {
|
||||
public override fun compareTo(other: Item): Int {
|
||||
|
||||
Reference in New Issue
Block a user