We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cba90 commit c1a1edfCopy full SHA for c1a1edf
go/ql/lib/semmle/go/Scopes.qll
@@ -479,8 +479,8 @@ class Function extends ValueEntity, @functionobject {
479
ResultVariable getAResult() { result = this.getResult(_) }
480
}
481
482
-pragma[inline_late]
483
bindingset[m]
+pragma[inline_late]
484
private Type implementsIncludingInterfaceMethodsCand(Method m, string mname) {
485
result.implements(m.getReceiverType().getUnderlyingType()) and
486
mname = m.getName()
0 commit comments