Join Slack
Powered by
what is the reason that default parameter values d...
# getting-started
f
Florian
09/21/2019, 7:02 PM
what is the reason that default parameter values don't support type inference?
k
karelpeeters
09/21/2019, 11:11 PM
There's a half-answer here:
https://discuss.kotlinlang.org/t/why-can-not-type-of-function-parameters-with-default-value-be-omited/3641
and an issue here:
https://youtrack.jetbrains.com/issue/KT-2801
f
Florian
09/22/2019, 6:40 AM
thanks
2
Views
Open in Slack
Previous
Next