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