fun foo(): Int.(Int, Int) -> Int = { 1 } fun test() { foo() } /* foo function */