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 b8724f7 commit 38831f2Copy full SHA for 38831f2
go/ql/lib/semmle/go/Types.qll
@@ -53,7 +53,7 @@ class Type extends @type {
53
* with the corresponding named type instead.
54
*/
55
Method getMethod(string m) {
56
- result.getReceiverType() = this and
+ result.getReceiverType().getDeepUnaliasedType() = this.getDeepUnaliasedType() and
57
result.getName() = m
58
}
59
0 commit comments