If you receive this error then your code might not be as explicit as possible and might confuse other users.
Example:
type byte struct{}
type string interface{}
Types byte and string collide with the built-in type aliases. Therefore, they will be highlighted.
Consider renaming such declarations.