mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
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:
+5
@@ -0,0 +1,5 @@
|
||||
class Zoo {
|
||||
void zoo(String fooBar, String __foo_bar) {
|
||||
foo<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user