Files
codeql/swift/ql/lib/change-notes/2024-09-16-final-classes.md
2024-09-16 19:27:31 +02:00

244 B

category
category
minorAnalysis
  • All AST classes in codeql.swift.elements are now final, which means that it is no longer possible to override predicates defined in those classes (it is, however, still possible to extend the classes).