It should be possible to specify a default value f...
# language-proposals
m
It should be possible to specify a default value for type parameters, is there any issue opened about this?
Though, It's hard to determine the priority of the derived type parameter and the default one
m
Thanks
b
What's your use case? Kotlin 1.7 lets you put
_
in place if a type parameter from the calling side now, which could help