Remove unneeded default imports in stdlib and tests
This commit is contained in:
@@ -13,9 +13,6 @@ package kotlin.collections
|
||||
import kotlin.js.*
|
||||
import primitiveArrayConcat
|
||||
import withType
|
||||
import kotlin.*
|
||||
import kotlin.text.*
|
||||
import kotlin.comparisons.*
|
||||
|
||||
/**
|
||||
* Returns a [List] that wraps the original array.
|
||||
|
||||
@@ -11,9 +11,6 @@ package kotlin.collections
|
||||
//
|
||||
|
||||
import kotlin.js.*
|
||||
import kotlin.*
|
||||
import kotlin.text.*
|
||||
import kotlin.comparisons.*
|
||||
|
||||
/**
|
||||
* Reverses elements in the list in-place.
|
||||
|
||||
@@ -11,9 +11,6 @@ package kotlin.comparisons
|
||||
//
|
||||
|
||||
import kotlin.js.*
|
||||
import kotlin.*
|
||||
import kotlin.text.*
|
||||
import kotlin.comparisons.*
|
||||
|
||||
/**
|
||||
* Returns the greater of two values.
|
||||
|
||||
Reference in New Issue
Block a user