mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02: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)`.
|