mirror of
https://github.com/github/codeql.git
synced 2026-04-09 09:04:03 +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`.