a hacky fix for IDEA-98228 Autocompletion for String does equalsIgnoreCase() instead of equals()

This commit is contained in:
peter
2012-12-27 13:30:38 +01:00
parent ff28f8c757
commit b8ce61f6d6
3 changed files with 18 additions and 1 deletions
@@ -0,0 +1,8 @@
import java.util.HashMap;
class Util {
void foo(int reaction, boolean rezet) {
"".eq<caret>
}
}