# File lib/sass/tree/mixin_def_node.rb, line 55
      def invalid_child?(child)
        super unless child.is_a?(ExtendNode)
      end