mirror of
https://github.com/github/codeql.git
synced 2026-07-20 18:58:36 +02:00
Raw classes from the database that are incomplete and should be represented by their complete twin are now allowed to be `Element`s for performance reasons, but this commit prevents them from being `Type`s. It was causing confusion in test results and might also cause confusion in queries.