mirror of
https://github.com/github/codeql.git
synced 2026-04-11 01:54:00 +02:00
The previous version of this query inadvertently excluded constants which weren't classes or modules. This version includes them, by introducing a laxer version of `resolveScopeExpr` that doesn't require the result to be a `TResolved`.