mirror of
https://github.com/github/codeql.git
synced 2026-07-29 14:56:51 +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.