java completion: enable package suggestions inside type arguments (IDEA-193049)

This commit is contained in:
peter
2018-06-04 15:45:38 +02:00
parent cee969d9ea
commit 1da11d0a35
4 changed files with 9 additions and 5 deletions
@@ -0,0 +1,3 @@
class Foo {
List<java.la<caret>> foo() {}
}
@@ -0,0 +1,3 @@
class Foo {
List<java.lang.<caret>> foo() {}
}