// IS_APPLICABLE: false fun main() { val sum : (Int, Int) -> Int = { x, y -> x + y } }