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 9b50336 commit e3f86a9Copy full SHA for e3f86a9
swift/ql/lib/codeql/swift/elements/expr/MethodRefExpr.qll
@@ -17,7 +17,7 @@ class MethodRefExpr extends MethodRefExprBase {
17
Synth::convertDeclFromRaw(this.getUnderlying().getFunction().(Raw::DeclRefExpr).getDecl())
18
}
19
20
- AbstractFunctionDecl getMethod() { result = getMember() }
+ AbstractFunctionDecl getMethod() { result = this.getMember() }
21
22
cached
23
private Raw::DotSyntaxCallExpr getUnderlying() { this = Synth::TMethodRefExpr(result) }
0 commit comments