Suppressed inserting of package import from ImportInsertHelperImpl

This commit is contained in:
Stanislav Erokhin
2015-09-16 22:10:25 +03:00
parent 1614de86d2
commit 81934b75c2
3 changed files with 8 additions and 9 deletions
@@ -1,7 +1,5 @@
import java.util
class SortedSet
fun test(set: SortedSet) {
val a = util.SortedSet<caret>
val a = java.util.SortedSet
}