more on *Impl sorting in completion

This commit is contained in:
peter.gromov
2010-11-25 14:11:07 +03:00
parent 42706b4ce6
commit b77e199a2f
5 changed files with 24 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
class A{
{
String str;
str.toCharArray();
str.toString();
}
}

View File

@@ -1,7 +1,7 @@
class A{
{
final String path = BASE_PATH;
path.toCharArray()<caret>;
path.toString()<caret>;
sdkfjsdkhjfh();
}
}