mirror of
https://github.com/github/codeql.git
synced 2026-03-02 05:43:54 +01:00
If `T` is the type of an embedded field, it is invalid for `T` to be a named type defined to be a pointer type (`type T *S`). It is also invalid for `T` to be a type parameter. So this `getUnderlyingType()` is redundant.