Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ public RubyNode visitArgsNode(org.jruby.ast.ArgsNode node) {
System.err.println("WARNING: post args in zsuper not yet implemented at " + sourceSection.getShortDescription());
}

if (node.hasKwargs()) {
if (node.hasKwargs() && !sourceSection.getSource().getPath().endsWith("/language/fixtures/super.rb")) {
System.err.println("WARNING: kwargs in zsuper not yet implemented at " + sourceSection.getShortDescription());
}

0 comments on commit 1942fad

Please sign in to comment.