don't let some inner JDK classes be above my precious CompletionType in lookups

This commit is contained in:
peter.gromov
2010-11-26 14:34:14 +03:00
parent adb43ca4e7
commit e3ae44d876
3 changed files with 16 additions and 3 deletions
@@ -0,0 +1,10 @@
public class TestClass {
public TestClass create(XxY<caret>) {
}
}
class XxxYyy {}
class Aaa {
static class XxzYyy{}
}