提交 912a6784 编写于 作者: J jjh

6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.

Reviewed-by: jjg
上级 07ffb2ac
......@@ -502,7 +502,7 @@ public class TreeInfo {
else super.visitVarDef(that);
}
public void visitTypeParameter(JCTypeParameter that) {
if (that.type.tsym == sym) result = that;
if (that.type != null && that.type.tsym == sym) result = that;
else super.visitTypeParameter(that);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册