mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
5 lines
345 B
Markdown
5 lines
345 B
Markdown
---
|
|
category: fix
|
|
---
|
|
* Under certain circumstances a variable declaration that is not also a definition could be associated with a `Variable` that did not have the definition as a `VariableDeclarationEntry`. This is now fixed, and a unique `Variable` will exist that has both the declaration and the definition as a `VariableDeclarationEntry`.
|