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 288e0ec commit 0f95a8dCopy full SHA for 0f95a8d
go/ql/lib/semmle/go/Types.qll
@@ -782,7 +782,7 @@ class InterfaceType extends @interfacetype, CompositeType {
782
* different packages defines two distinct types, but they appear identical according to
783
* `getMethodType`. If the packages were named `a` and `b`, `getMethodType` would yield
784
* `notExported -> int` for both, whereas this method would yield `a.notExported -> int`
785
- * and `b.notExported -> int` respectively.
+ * and `b.notExported -> int` respectively, while both yielding `Exported -> int`.
786
*/
787
Type getMethodTypeByQualifiedName(string qname) {
788
exists(int i, string name | i >= 0 |
0 commit comments