mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 01:57:50 +07:00
java: consider deepest qualifier for auto-import on completion (IDEA-230624)
GitOrigin-RevId: 8cb006428a6f92a929b6d916fbea26a95d293a0e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
93275ffa82
commit
6bbd84e9cb
+5
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
{
|
||||
new Oute<caret>
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
import p.Outer;
|
||||
|
||||
class C {
|
||||
{
|
||||
new Outer.Inner()<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user