IDEA-198968 Idea smart completion suggests non-accessible constructor

This commit is contained in:
peter
2018-09-17 17:57:56 +02:00
parent 15e27559b3
commit fba349c8a1
7 changed files with 17 additions and 12 deletions
@@ -0,0 +1,5 @@
class Foo {
{
java.lang.Package c = new <caret>
}
}
@@ -1,5 +0,0 @@
class Foo {
{
Class c = new <caret>
}
}