package test inline fun sum(x: Int, y: Int): Int { val result = x + y // Comment after local variable return result }