java: consider deepest qualifier for auto-import on completion (IDEA-230624)

GitOrigin-RevId: 8cb006428a6f92a929b6d916fbea26a95d293a0e
This commit is contained in:
Peter Gromov
2020-01-15 12:55:04 +01:00
committed by intellij-monorepo-bot
parent 93275ffa82
commit 6bbd84e9cb
7 changed files with 55 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
class C {
{
new Oute<caret>
}
}