提交 a5a6eb29 编写于 作者: J jjg

6886348: apt incorrectly uses Scope.table

Reviewed-by: darcy
上级 6772d814
......@@ -201,7 +201,7 @@ public class Apt extends ListBuffer<Env<AttrContext>> {
computeAnnotationSet(param, annotationSet);
if (symbol.members() != null) {
for(Scope.Entry e: symbol.members().table)
for(Scope.Entry e = symbol.members().elems; e != null; e = e.sibling)
computeAnnotationSet(e.sym, annotationSet);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册