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