mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-72776 JAVA: duplicate "boolean" autocomplete suggestion
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface Foo {
|
||||
void getGooBarDoo();
|
||||
void bar(final b<caret>);
|
||||
}
|
||||
Reference in New Issue
Block a user