IDEA-178141 Case sensitive completion: First Letter - doesn't work correctly if class starts with special symbol

This commit is contained in:
peter
2017-09-13 10:31:21 +02:00
parent 6ce1b30f95
commit 0f8897cacb
6 changed files with 20 additions and 12 deletions
@@ -0,0 +1,7 @@
class X {
{
int _Web;
int web;
we<caret>x
}
}