mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
326 B
326 B
4.0.11
Minor Analysis Improvements
- Type annotations such as
foo : Barare now treated by the call graph as an indication thatfoomay be an instance ofBar.
Bug Fixes
- The Python parser is now able to correctly parse expressions such as
match[1]andmatch()wherematchis not used as a keyword.