mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Java: Make Assignment extend BinaryExpr.
This commit is contained in:
@@ -41,4 +41,5 @@ MaybeElement rhs(BinaryExpr e) {
|
||||
}
|
||||
|
||||
from Expr e
|
||||
where not e instanceof Assignment
|
||||
select e, lhs(e), rhs(e)
|
||||
|
||||
Reference in New Issue
Block a user