Added quickfix for USELESS_SIMPLE_IMPORT.
This commit is contained in:
committed by
Andrey Breslav
parent
3930d2ca33
commit
93e3bd930e
@@ -0,0 +1,8 @@
|
||||
// "Remove useless import for 'test'" "true"
|
||||
package test
|
||||
|
||||
import org.jetbrains
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// "Remove useless import for 'test'" "true"
|
||||
package test
|
||||
|
||||
import org.jetbrains
|
||||
import test<caret>
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user