mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-178141 Case sensitive completion: First Letter - doesn't work correctly if class starts with special symbol
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class X {
|
||||
{
|
||||
int _Web;
|
||||
int web;
|
||||
we<caret>x
|
||||
}
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
class Zoo {
|
||||
void zoo(String fooBar, String __FOO_BAR) {
|
||||
foo<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user