mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
e.(StrConst).isDocString() can only hold if e instanceof StrConst, since we have that condition on the line above, we can safely remove this condition.