fun Int.foo() { object { fun baz() { this@foo + 1 } } }