mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
222 B
222 B
4.1.4
Minor Analysis Improvements
- Calls to
superwithout explict arguments now have their implicit arguments generated. For example, indef foo(x, y) { super } endthe call tosuperbecomessuper(x, y).