mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Autoformat.
This commit is contained in:
@@ -15,8 +15,7 @@ from MethodCall call, Method add
|
||||
where
|
||||
call.getTarget() = add.getAnUltimateImplementor*() and
|
||||
add.hasName("Add") and
|
||||
add
|
||||
.getDeclaringType()
|
||||
add.getDeclaringType()
|
||||
.getUnboundDeclaration()
|
||||
.hasQualifiedName("System.Collections.Generic.ICollection<>") and
|
||||
call.getAnArgument() instanceof NullLiteral
|
||||
|
||||
Reference in New Issue
Block a user