mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java 16 permits enums and interfaces to be declared method-locally. Enums are already classes, but interfaces are not (in dbscheme terms), so we need to permit isLocalClass to tag them like it already does classes.