mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
IDEA-124712 ctrl-alt-space: duplicate completion variants
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
public class Foo {
|
||||
|
||||
void foo() {
|
||||
Zoo z = xcreate<caret>x
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class Zoo { }
|
||||
|
||||
class ZooFactory {
|
||||
static Zoo xcreateZoo() {}
|
||||
static Zoo xcreateZoo(int a) {}
|
||||
static Object xcreateElephant() {}
|
||||
}
|
||||
Reference in New Issue
Block a user