Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb6325 commit 410609fCopy full SHA for 410609f
2 files changed
swift/ql/lib/codeql/swift/elements/decl/ConstructorDecl.qll
@@ -1,4 +1,4 @@
1
-// generated by codegen/codegen.py, remove this comment if you wish to edit this file
2
private import codeql.swift.generated.decl.ConstructorDecl
+private import codeql.swift.elements.decl.MethodDecl
3
4
-class ConstructorDecl extends Generated::ConstructorDecl { }
+class ConstructorDecl extends Generated::ConstructorDecl, MethodDecl { }
swift/ql/lib/codeql/swift/elements/decl/DestructorDecl.qll
private import codeql.swift.generated.decl.DestructorDecl
-class DestructorDecl extends Generated::DestructorDecl { }
+class DestructorDecl extends Generated::DestructorDecl, MethodDecl { }
0 commit comments