mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
move condition inside parens
This commit is contained in:
@@ -154,9 +154,9 @@ newtype TInputSymbol =
|
||||
(
|
||||
recc instanceof RegExpCharacterClass and
|
||||
not recc.(RegExpCharacterClass).isUniversalClass()
|
||||
or
|
||||
recc instanceof RegExpCharacterClassEscape
|
||||
)
|
||||
or
|
||||
recc instanceof RegExpCharacterClassEscape
|
||||
} or
|
||||
/** An input symbol representing all characters matched by `.`. */
|
||||
Dot() or
|
||||
|
||||
Reference in New Issue
Block a user