Skip to content

Commit 1224330

Browse files
committed
Swift: fix wrong class name
1 parent 30049f6 commit 1224330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/printast/PrintAstNode.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class PrintVarDecl extends PrintLocatable {
156156
/**
157157
* A specialization of graph node for `AbstractFunctionDecl`, to add typing information.
158158
*/
159-
class PrintCallable extends PrintLocatable {
159+
class PrintAbstractFunctionDecl extends PrintLocatable {
160160
override AbstractFunctionDecl ast;
161161

162162
override string getProperty(string key) {

0 commit comments

Comments
 (0)