KT-3133 Editor suggest to specify the package when it already has specified

Do not suggest imports in imports and in qualified names
 #KT-3133 Fixed
This commit is contained in:
Nikolay Krasko
2012-12-06 13:52:14 +04:00
parent 1092164684
commit c224b6441d
26 changed files with 206 additions and 12 deletions
@@ -0,0 +1,8 @@
// "Import" "true"
// ERROR: Unresolved reference: Some
package testing
fun testing() {
<caret>Some.test()
}