mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
more on *Impl sorting in completion
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class A{
|
||||
{
|
||||
String str;
|
||||
str.toCharArray();
|
||||
str.toString();
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
class A{
|
||||
{
|
||||
final String path = BASE_PATH;
|
||||
path.toCharArray()<caret>;
|
||||
path.toString()<caret>;
|
||||
sdkfjsdkhjfh();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user