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

check first letter after the underscore
This commit is contained in:
peter
2017-09-13 15:47:11 +02:00
parent a316f5e735
commit b3d29e5749
4 changed files with 26 additions and 4 deletions
@@ -0,0 +1,5 @@
class Zoo {
void zoo(String fooBar, String __foo_bar) {
foo<caret>
}
}