mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
revert a change in an identical 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