classes from the same package should have higher priority than the imported ones (IDEA-66309)

This commit is contained in:
peter
2011-03-14 20:48:17 +01:00
parent 2ee7d732f1
commit 92988aa6f1
3 changed files with 58 additions and 12 deletions
@@ -0,0 +1,9 @@
import bar.*;
public class Test {
{
Bar<caret>
}
}