IDEA-91838 Complete instance members from static inner class

This commit is contained in:
peter
2012-10-13 17:33:08 +02:00
parent af9432cc45
commit af44ecd7cf
8 changed files with 105 additions and 28 deletions
@@ -0,0 +1,11 @@
public class Inspection {
public boolean ignoreEnums = false;
private static class Visitor {
public void visitClass() {
if (ignoen<caret>) {
}
}
}
}