Skip to content

Commit 668d79a

Browse files
committed
Swift: one more rename
1 parent 2b060b1 commit 668d79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,8 +1447,8 @@ module Exprs {
14471447
}
14481448
}
14491449

1450-
class MethodRefExprTree extends AstStandardPreOrderTree {
1451-
override MethodRefExpr ast;
1450+
class MethodLookupExprTree extends AstStandardPreOrderTree {
1451+
override MethodLookupExpr ast;
14521452

14531453
override ControlFlowElement getChildElement(int i) {
14541454
i = 0 and result.asAstNode() = ast.getBase().getFullyConverted()

0 commit comments

Comments
 (0)