mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Parameter Name Hints] do not show for add methods with single argument
This commit is contained in:
+1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user