reintroduce redundant cast in synced file

This commit is contained in:
erik-krogh
2022-08-16 23:09:52 +02:00
parent ffb65d054e
commit b7b80fe176

View File

@@ -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
)