core: fix missing imports for anonymous classes
This commit is contained in:
@@ -463,7 +463,7 @@ public class ClassGen {
|
||||
}
|
||||
|
||||
public ClassGen getParentGen() {
|
||||
return parentGen;
|
||||
return parentGen == null ? this : parentGen;
|
||||
}
|
||||
|
||||
public AnnotationGen getAnnotationGen() {
|
||||
|
||||
Reference in New Issue
Block a user