mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
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:
+2
@@ -1,5 +1,7 @@
|
||||
package p1;
|
||||
|
||||
import zzz.bbb.*;
|
||||
|
||||
class C {
|
||||
zzz.bbb.AAA a = new zzz.bbb.AAA();
|
||||
}
|
||||
Reference in New Issue
Block a user