Ruby: remove isString from TSymbol

This commit is contained in:
Harry Maclean
2024-03-19 08:46:07 +00:00
parent 5ab1047b14
commit 22ddf2129b

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