class T(val n: Int) // SIBLING: fun foo() { bar { t -> val k = 1 t.n + k + 1 } } fun bar(f: (T) -> Int) { }