lib/mutant/ast/structure.rb in mutant-0.11.23 vs lib/mutant/ast/structure.rb in mutant-0.11.24

- old
+ new

@@ -390,9 +390,19 @@ type: :forwarded_args, fixed: EMPTY_ARRAY, variable: nil ), Node.new( + type: :forwarded_kwrestarg, + fixed: EMPTY_ARRAY, + variable: nil + ), + Node.new( + type: :forwarded_restarg, + fixed: EMPTY_ARRAY, + variable: nil + ), + Node.new( type: :for, fixed: Node.fixed( [ [Node::Fixed::Descendant, :target], [Node::Fixed::Descendant, :source],