paulk-asert commented on a change in pull request #1317:
URL: https://github.com/apache/groovy/pull/1317#discussion_r456775040
##########
File path: src/main/java/org/codehaus/groovy/control/ResolveVisitor.java
##########
@@ -1467,10 +1472,10 @@ public void visitClass(final ClassNode node) {
}
ClassNode sn = node.getUnresolvedSuperClass();
- if (sn != null) resolveOrFail(sn, node, true);
+ if (sn != null) resolveOrFailPlus(sn, node);
Review comment:
I'll make a minor tweak which I think improves it. It is private, so we
can tweak further if needed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]