报告具有 = { ... } 和推断返回类型的函数。
fun sum(a: Int, b: Int) = { a + b } // The return type of this function is '() -> Int'.