IDEA-87943 Wrong default selection in code completion popup when variable name has an underscore prefix

This commit is contained in:
peter
2012-07-02 13:15:16 +02:00
parent 7bc1b53e85
commit e603119459
5 changed files with 28 additions and 7 deletions
@@ -0,0 +1,5 @@
class FooBar {
void foo(FooBar _fooBar) {
fb<caret>
}
}