Temporary disable imports sorting
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.util.ArrayList
|
||||
import java.util.ArrayList
|
||||
|
||||
class Action {
|
||||
fun test() {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import java.util.ArrayList
|
||||
|
||||
class Action {
|
||||
fun test() {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
import java
|
||||
import java.util
|
||||
import java.util.Map
|
||||
import java.util.List
|
||||
import java.util.Map
|
||||
import java.util.Map.Entry
|
||||
|
||||
var x : Map.Entry<List<String>, String>? = null
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
import java.util.*
|
||||
import java.util.ArrayList
|
||||
import java.util.HashSet
|
||||
|
||||
class Action {
|
||||
fun test(hash: HashSet<Int>) {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import java.util.*
|
||||
|
||||
class Action {
|
||||
fun test(hash: HashSet<Int>) {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
@@ -3,11 +3,11 @@ import com.sun.org.apache.xpath.internal.operations.And
|
||||
import java.lang.StringBuilder
|
||||
import java.net.HttpRetryException
|
||||
import java.util.ArrayList
|
||||
import kotlin.util.measureTimeMillis
|
||||
import java.util.HashMap
|
||||
import kotlin.test.asserter
|
||||
import kotlin.test.Asserter
|
||||
import kotlin.Assertions
|
||||
import kotlin.util.measureTimeMillis
|
||||
|
||||
class Action {
|
||||
fun test() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java.io as JavaIO
|
||||
import java.util.ArrayList
|
||||
import java.util.ArrayList as SomeThing
|
||||
import java.io as JavaIO
|
||||
import java.io.*
|
||||
|
||||
class Action {
|
||||
|
||||
Reference in New Issue
Block a user