mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Previously `LocalClass` itself would match `.isLocal()` whereas `LocalClass<Param>` would not. Rather than require each individual user to check for `.getSourceDeclaration().isLocal()`, let's note that the specializations themselves are local.