KT-758 Show completion of namespaces in import statement

This commit is contained in:
Nikolay Krasko
2012-01-10 18:59:42 +04:00
parent e50e3f8ec8
commit fb5771505b
5 changed files with 63 additions and 15 deletions
@@ -0,0 +1,6 @@
package Test
import <caret>
// EXIST: java, javax, reflect
// ABSENT: Array, Integer
@@ -0,0 +1,9 @@
package Test
import java.util.<caret>
class Test {
}
// EXIST: AbstractList, Date, Random, concurrent