File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
swift/ql/lib/codeql/swift/elements/decl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // generated by codegen/codegen.py, remove this comment if you wish to edit this file
2
1
private import codeql.swift.generated.decl.ConstructorDecl
2
+ private import codeql.swift.elements.decl.MethodDecl
3
3
4
- class ConstructorDecl extends Generated:: ConstructorDecl { }
4
+ class ConstructorDecl extends Generated:: ConstructorDecl , MethodDecl { }
Original file line number Diff line number Diff line change 1
- // generated by codegen/codegen.py, remove this comment if you wish to edit this file
2
1
private import codeql.swift.generated.decl.DestructorDecl
2
+ private import codeql.swift.elements.decl.MethodDecl
3
3
4
- class DestructorDecl extends Generated:: DestructorDecl { }
4
+ class DestructorDecl extends Generated:: DestructorDecl , MethodDecl { }
You can’t perform that action at this time.
0 commit comments