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 30049f6 commit 1224330Copy full SHA for 1224330
swift/ql/lib/codeql/swift/printast/PrintAstNode.qll
@@ -156,7 +156,7 @@ class PrintVarDecl extends PrintLocatable {
156
/**
157
* A specialization of graph node for `AbstractFunctionDecl`, to add typing information.
158
*/
159
-class PrintCallable extends PrintLocatable {
+class PrintAbstractFunctionDecl extends PrintLocatable {
160
override AbstractFunctionDecl ast;
161
162
override string getProperty(string key) {
0 commit comments