mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-89056 Strange 'xxx[]' item is shown in smart completion list
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
public static <T> List<T> asList(T... a) { }
|
||||
|
||||
List<String> m() {
|
||||
return asList(new <caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user