mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
- fix comparator GitOrigin-RevId: 5c6f0a4e689359a5574578cd63377543d413ccda
8 lines
158 B
Java
8 lines
158 B
Java
import module my.source.moduleB;
|
|
import module my.source.moduleB1;
|
|
|
|
class OptimizeImportWithSimilarNames {
|
|
Imported1 module1;
|
|
Imported2 <caret>module2;
|
|
}
|