fun Int.foo(x: Int) = this - x val x = { a: Int, b: Int -> a.foo(b) }