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 0475ebc commit 8f7616cCopy full SHA for 8f7616c
go/ql/lib/semmle/go/Types.qll
@@ -894,7 +894,7 @@ private predicate isInterfaceComponentWithQualifiedName(
894
exists(string name | component_types(intf, idx, name, tp) |
895
interface_private_method_ids(intf, idx, qualifiedName)
896
or
897
- not exists(interface_private_method_ids(intf, idx, _)) and qualifiedName = name
+ not interface_private_method_ids(intf, idx, _) and qualifiedName = name
898
)
899
}
900
0 commit comments