提交 b1dc26ee 编写于 作者: S Skylot

core: fix missing imports for anonymous classes

上级 56c0a588
......@@ -463,7 +463,7 @@ public class ClassGen {
}
public ClassGen getParentGen() {
return parentGen;
return parentGen == null ? this : parentGen;
}
public AnnotationGen getAnnotationGen() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册