fun sum(a: Int, b: Int): Int { return a + b }. A function body can be an expression. Its return type is inferred. //sampleStart fun sum(a: Int, ...
確定! 回上一頁