Join Slack
Powered by
``` fun a() {} fun a(param: Int = 1) {} ``` When I...
# announcements
m
mzgreen
09/12/2016, 11:25 AM
Copy code
fun a() {} fun a(param: Int = 1) {}
When I call
a()
the first function is called. Why? And is there any way in this case to use second one with default parameter?
Open in Slack
Previous
Next