mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
6 lines
222 B
Markdown
6 lines
222 B
Markdown
## 4.1.4
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Calls to `super` without explict arguments now have their implicit arguments generated. For example, in `def foo(x, y) { super } end` the call to `super` becomes `super(x, y)`.
|