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