fun bar(a: Int, b: Int) { val foo = { a + b - 1 }.invoke() }