Same for functions (far smaller example): ``` fun ...
# announcements
o
Same for functions (far smaller example):
Copy code
fun f() = g()
fun g(x: Int = 0) {}
fun g(y: Int = 0, z: String = "") {}