mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-108068 Idea suggests two identical completions for an array constructor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Bug17 {
|
||||
|
||||
private void f(byte[] d) {
|
||||
}
|
||||
|
||||
private void g() {
|
||||
f(new <caret>);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user