mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +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.