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 77321e6 commit 89abd53Copy full SHA for 89abd53
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