PHondogo
fun test(a: Int = <default value calculation>)
test(if (expr) 10 else <default value calculation> )
test(if (expr) 10 else default)
dmitriy.novozhilov
A modern programming language that makes developers happier.