Optimize Imports tests: Switch to generated approach
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import java.util.*
|
||||
|
||||
class Action {
|
||||
fun test(hash: HashSet<Int>) {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
import java.util.HashSet
|
||||
import java.util.ArrayList
|
||||
import java.util.*
|
||||
|
||||
class Action {
|
||||
fun test(hash: HashSet<Int>) {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user