IDEA-114256 Completion popup should prefer option without prefix

This commit is contained in:
peter
2013-10-01 13:16:17 +02:00
parent f21968a832
commit 3a1ab0f858
3 changed files with 15 additions and 10 deletions
@@ -1,5 +1,5 @@
class FooBar {
void foo(FooBar _fooBar) {
void foo(FooBar _fooBar, FooBar fooBar) {
fb<caret>
}
}