Reports duplicate branches in a RegExp alternation. For example
(a|b|a)
. Duplicate branches slow down matching and obscure the intent of the code.
New in 2017.1