kotlin inline function return code example Example: kotlin inline function return fun sum(a: Int, b: Int) = a + b