mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
6 lines
307 B
Markdown
6 lines
307 B
Markdown
lgtm,codescanning
|
|
* Inferring the lengths of implicitly sized arrays is fixed. Previously, multi
|
|
dimensional arrays were always extracted with the same length for each dimension.
|
|
With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`.
|
|
Previously `2` and `2` were extracted.
|