-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
releasedIncluded in a releaseIncluded in a releasevalidation ✔️Improved or new static checksImproved or new static checks
Milestone
Description
Is your feature request related to a problem?
The grammar allows the right operand of type parameter bounds to be any type. Not all types should be allowed, however.
Desired solution
Restrict the right operand to any named type, i.e.
- class types,
- enum types,
- enum variant types,
- type parameter types.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a releasevalidation ✔️Improved or new static checksImproved or new static checks
Type
Projects
Status
✔️ Done