return function in kotlin in another fun code example Example: kotlin function return fun sum(a: Int, b: Int): Int { return a + b }