mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
remove redundant inline casts in arguments where the type is inferred by the call target
This commit is contained in:
@@ -62,7 +62,7 @@ class Thing extends Locatable {
|
||||
}
|
||||
|
||||
Thing callsOrAccesses() {
|
||||
this.(Function).calls(result.(Function))
|
||||
this.(Function).calls(result)
|
||||
or
|
||||
this.(Function).accesses(result.(Function))
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user