fun f(p: Int) = p + p fun complexFun(): Int { } fun main(args: Array) { f(complexFun()) }