Join Slack
Powered by
Same for functions (far smaller example): ``` fun ...
# announcements
o
orangy
04/24/2018, 9:06 PM
Same for functions (far smaller example):
Copy code
fun f() = g() fun g(x: Int = 0) {} fun g(y: Int = 0, z: String = "") {}
Open in Slack
Previous
Next