IDEA-72776 JAVA: duplicate "boolean" autocomplete suggestion

This commit is contained in:
peter
2011-09-08 19:38:07 +02:00
parent a4f4d931e3
commit 2ffcdf1cb9
4 changed files with 43 additions and 42 deletions
@@ -0,0 +1,4 @@
interface Foo {
void getGooBarDoo();
void bar(final b<caret>);
}