[Parameter Name Hints] do not show for add methods with single argument

This commit is contained in:
Yaroslav Lepenkin
2016-11-03 17:53:57 +03:00
parent a9d1f4ebb9
commit 9eea5815d8
2 changed files with 2 additions and 0 deletions
@@ -323,6 +323,7 @@ public class Test {
System.out.println("A");
System.out.print("A");
list.add("sss");
list.get(1);
list.set(1, "sss");