mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
don't let some inner JDK classes be above my precious CompletionType in lookups
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
public class TestClass {
|
||||
public TestClass create(XxY<caret>) {
|
||||
}
|
||||
}
|
||||
|
||||
class XxxYyy {}
|
||||
|
||||
class Aaa {
|
||||
static class XxzYyy{}
|
||||
}
|
||||
Reference in New Issue
Block a user