You could add a explicit zero param overload `fun ...
# getting-started
a
You could add a explicit zero param overload
fun foo(): Bar = ...
But you will end up repeating the default value for one of the overloads.