提交 8ebd632b 编写于 作者: J James Strachan

rollback change that broke the build - sorry! :)

上级 57ffb915
......@@ -105,8 +105,7 @@ public class BasicExpressionTypingVisitor extends ExpressionTypingVisitor {
}
// To report NO_CLASS_OBJECT when no namespace found
if (classifier != null) {
// TODO is this really required? seems to break "Node.ELEMENT_NODE" expressions
// context.trace.report(NO_CLASS_OBJECT.on(expression, classifier));
context.trace.report(NO_CLASS_OBJECT.on(expression, classifier));
context.trace.record(REFERENCE_TARGET, expression, classifier);
return classifier.getDefaultType();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册