mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
211 B
211 B
category
| category |
|---|
| minorAnalysis |
- Calls to
superwithout explict arguments now have their implicit arguments generated. For example, indef foo(x, y) { super } endthe call tosuperbecomessuper(x, y).