mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
Java expected type also should go first, and win current class should be preferred in completion (IDEA-64703)
6 lines
48 B
Java
6 lines
48 B
Java
class A{
|
|
{
|
|
String str;
|
|
str.toCharArray();
|
|
}
|
|
} |