mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +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.
3 lines
100 B
Plaintext
3 lines
100 B
Plaintext
| Test$1GenericLocal.class:0:0:0:0 | GenericLocal<Integer> |
|
|
| Test.java:5:11:5:22 | GenericLocal |
|