Autoformat.

This commit is contained in:
Anders Schack-Mulligen
2020-11-30 14:42:38 +01:00
parent 931322e4c5
commit 8f2094f0bf
95 changed files with 189 additions and 341 deletions

View File

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