Refactored AbstractOptimizeImportsTest to inherit from AbstractImportsTest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.ArrayList
|
||||
import java.io as JavaIO
|
||||
import java.util.ArrayList as SomeThing
|
||||
|
||||
class Action {
|
||||
fun test() {
|
||||
val test : ArrayList<Int>? = null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user