mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Merge branch 'main' into post-release-prep/codeql-cli-2.10.2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user