mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[java-highlighting] IDEA-363617 Support JEP 494: Module Import Declarations (Second Preview)
- support shadowing module imports by package-on-demand (cherry picked from commit 643fc10bcbfee2f1d41ec02e624b30bc3a48e4bb) GitOrigin-RevId: d1e49b2d48f0b69f8e15393cb823e5529f9b4452
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2ce2af7f8e
commit
aea70bba3b
@@ -0,0 +1,5 @@
|
||||
import module my.source.moduleB;
|
||||
|
||||
class ModuleImportWithDefaultPackageImport {
|
||||
String<caret> a;
|
||||
}
|
||||
Reference in New Issue
Block a user