Import is placed in some specific order on adding
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
package p
|
||||
|
||||
import java.sql.*
|
||||
import java.util.HashSet as JavaHashSet // alias import should not be dropped
|
||||
import java.util.concurrent // import of package should not be dropped because packages are not imported by *
|
||||
import java.util.*
|
||||
import java.util.Date
|
||||
import java.util.HashSet as JavaHashSet // alias import should not be dropped
|
||||
import java.util.concurrent // import of package should not be dropped because packages are not imported by *
|
||||
|
||||
fun foo() {
|
||||
val v1 = JavaHashSet()
|
||||
|
||||
Reference in New Issue
Block a user