-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Is your feature request related to a problem?
Sometimes, type parameters have a clear default value. Currently, however, all type parameters must always be set.
Desired solution
- Same syntax as for optional parameters:
class C<T = Int> - Check: No required type parameters after optional parameters
- Adjust check: Type parameter not set
- Adjust check: Too many type parameters
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 release
Type
Projects
Status
✔️ Done