Merge pull request #15965 from hmac/hmac-symbol-constant

Ruby: remove isString from TSymbol
This commit is contained in:
Harry Maclean
2024-03-19 12:50:27 +00:00
committed by GitHub

View File

@@ -423,7 +423,7 @@ private module Cached {
or
s = any(StringComponentImpl c).getValue()
} or
TSymbol(string s) { isString(_, s) or isSymbolExpr(_, s) } or
TSymbol(string s) { isSymbolExpr(_, s) } or
TRegExp(string s, string flags) {
isRegExp(_, s, flags)
or