fun f() = "foo" fun main(args: Array) { println(f() + f()) }