lib/rubocop/cop/rbs/lint/ambiguous_operator_precedence.rb in rubocop-on-rbs-1.0.0 vs lib/rubocop/cop/rbs/lint/ambiguous_operator_precedence.rb in rubocop-on-rbs-1.1.0

- old
+ new

@@ -2,10 +2,10 @@ module RuboCop module Cop module RBS module Lint - # Checks that there are no repeated overload bodies + # Checks for ambiguity of Union and Intersection operators. # # @example default # # bad # def foo: (A | B & C) -> void #