mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
- fix comparator (cherry picked from commit 5c6f0a4e689359a5574578cd63377543d413ccda) GitOrigin-RevId: 5cc96fa8dc448e65fa2d58d5692f8af27e9ddd3c
8 lines
158 B
Java
8 lines
158 B
Java
import module my.source.moduleB1;
|
|
import module my.source.moduleB;
|
|
|
|
class OptimizeImportWithSimilarNames {
|
|
Imported1 module1;
|
|
Imported2 <caret>module2;
|
|
}
|