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