Merge branch 'main' into post-release-prep/codeql-cli-2.10.2

This commit is contained in:
Rasmus Wriedt Larsen
2022-08-03 10:42:02 +02:00
committed by GitHub
6 changed files with 37 additions and 25 deletions

View File

@@ -16,5 +16,5 @@ from RefType sub, RefType sup
where
sub.fromSource() and
sup = sub.getASupertype() and
sub.getName() = sup.getName()
pragma[only_bind_out](sub.getName()) = pragma[only_bind_out](sup.getName())
select sub, sub.getName() + " has the same name as its supertype $@.", sup, sup.getQualifiedName()