rollback change that broke the build - sorry! :)
This commit is contained in:
+1
-2
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user