Files
peter ec40eab2f2 items that are prefixes of other items should go first
Java expected type also should go first, and win
current class should be preferred in completion (IDEA-64703)
2011-02-14 21:21:32 +01:00

6 lines
48 B
Java

class A{
{
String str;
str.toCharArray();
}
}