mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
- support shadowing module imports by package-on-demand GitOrigin-RevId: 643fc10bcbfee2f1d41ec02e624b30bc3a48e4bb
8 lines
135 B
Java
8 lines
135 B
Java
import module my.source.moduleB;
|
|
|
|
import my.source.moduleA.Imported;
|
|
|
|
class ModuleImportWithSingleImport {
|
|
Imported <caret>module;
|
|
}
|