fun foo(bar: Int) { object { fun baz() { bar + 1 } } }