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 2b060b1 commit 668d79aCopy full SHA for 668d79a
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1447,8 +1447,8 @@ module Exprs {
1447
}
1448
1449
1450
- class MethodRefExprTree extends AstStandardPreOrderTree {
1451
- override MethodRefExpr ast;
+ class MethodLookupExprTree extends AstStandardPreOrderTree {
+ override MethodLookupExpr ast;
1452
1453
override ControlFlowElement getChildElement(int i) {
1454
i = 0 and result.asAstNode() = ast.getBase().getFullyConverted()
0 commit comments