# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 45
      def conflicts
        current_state = state || Bundler::Molinillo::ResolutionState.empty
        current_state.conflicts
      end