Suppressed inserting of package import from ImportInsertHelperImpl
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import java.util
|
||||
|
||||
class SortedSet
|
||||
|
||||
fun test(set: SortedSet) {
|
||||
val a = util.SortedSet<caret>
|
||||
val a = java.util.SortedSet
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user