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