mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[java-import] IDEA-364508 support optimize imports
- new options are added - changes for optimize imports GitOrigin-RevId: 82b0223f9e7e2972d13ab182ea651cdccd28a5d3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
042c85d839
commit
ab52fbdf4e
@@ -0,0 +1,9 @@
|
||||
import module my.source.moduleA;
|
||||
import module my.source.moduleB;
|
||||
import my.source.moduleA.Imported;
|
||||
|
||||
class ModuleImportWithPackageImport {
|
||||
Imported module;
|
||||
A a;
|
||||
B b;
|
||||
}
|
||||
Reference in New Issue
Block a user