mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 09:49:56 +07:00
[java-highlighting] IDEA-363617 Support JEP 494: Module Import Declarations (Second Preview)
- support shadowing module imports by package-on-demand GitOrigin-RevId: 643fc10bcbfee2f1d41ec02e624b30bc3a48e4bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
667148b987
commit
9e62b515e2
@@ -0,0 +1,6 @@
|
||||
import a.b.List;
|
||||
|
||||
List<caret> a;
|
||||
|
||||
void main() {
|
||||
}
|
||||
Reference in New Issue
Block a user