I have overloaded a function, and have given defau...
# getting-started
d
I have overloaded a function, and have given default values to all arguments of both functions. Now when this function is called w/o arguments, Kotlin cannot figure out which to use. What is the Kotlin way of helping the compiler?