mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
reintroduce redundant cast in synced file
This commit is contained in:
@@ -299,7 +299,7 @@ Sign exprSign(Expr e) {
|
||||
exists(VarAccess access | access = e |
|
||||
not exists(SsaVariable v | getARead(v) = access) and
|
||||
(
|
||||
s = fieldSign(getField(access))
|
||||
s = fieldSign(getField(access.(FieldAccess)))
|
||||
or
|
||||
anySign(s) and not access instanceof FieldAccess
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user