IDEA-142746 Completion should prefer local variable, not equals()

This commit is contained in:
peter
2015-07-17 15:01:43 +02:00
parent 0b51adb93c
commit 3241305b74
5 changed files with 40 additions and 26 deletions
@@ -0,0 +1,5 @@
class Foo {
public Object get(Object event) {
if (e<caret>)
}
}