optimize imports: leave on demand imports untouched when no corresponding dirs can be found in the resolve scope (IDEA-82944) [peter]

(cherry picked from commit 61c42a9b1cb1fa712db584b8df5bc707cf4fb7ea)
This commit is contained in:
anna
2012-03-21 18:02:11 +01:00
parent 6f805c06b5
commit 8cea94f9c3
2 changed files with 10 additions and 1 deletions
@@ -1,5 +1,7 @@
package p1;
import zzz.bbb.*;
class C {
zzz.bbb.AAA a = new zzz.bbb.AAA();
}