-
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?
Type parameters can be bounded by another type parameter. This can lead to cycles:
class C<T1, T2> where {
T1 sub T2,
T2 sub T1
}
Desired solution
Detect such cycles and show an error.
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