Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not build raw type descriptors for types with no type parameters.
Instead use the unparameterized version. The main issue is that for types with no type variables the interning keys are the same for the unparameterized and the raw type but their internals differ and can cause errors if an raw type is returned instead of the unparameterized type. PiperOrigin-RevId: 589809769
- Loading branch information