We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
1 parent affe42b commit 952bc84Copy full SHA for 952bc84
go/ql/lib/semmle/go/Scopes.qll
@@ -533,7 +533,7 @@ class Method extends Function {
533
* implement themselves.
534
*/
535
predicate implements(Method m) {
536
- if this.isInterfaceMethod() then this = m else implementsIncludingInterfaceMethods(m)
+ if this.isInterfaceMethod() then this = m else this.implementsIncludingInterfaceMethods(m)
537
}
538
539
/**
0 commit comments