package test inline fun sum(x: Int, y: Int): Int { val result = x + y return result }